saleae / logic2-automation

Logic2 Automation API
https://saleae.github.io/logic2-automation/
Apache License 2.0
19 stars 8 forks source link

[Request] Add ability to name the channels #17

Open Matjaz-B opened 1 year ago

Matjaz-B commented 1 year ago

In Logic2 software one can rename the channel to something more meaningful (e.g. UART Tx, GPIO31, 3V3,...) than just channel number. This is later exported and makes work easier.

The API does not provide this option. I'd propose to extend the LogicDeviceConfiguration with additional list of channel names. That would make life easier.

Thanks