qoitech / otii-tcp-client-csharp

MIT License
2 stars 1 forks source link

Channel name value for Sense+ Voltage is wrong #2

Open qstbck opened 1 month ago

qstbck commented 1 month ago

The channel property description in public void EnableChannel(string channel, bool enable) is faulty. Channel name for the Sense+ voltage is given as sv but it should be sp as documented here: arc_enable_channel.

I tested it and EnableChannel("sv") throws and exception and EnableChannel("sp") doesn't.

jkvarnlof commented 1 month ago

Thanks for reporting this, it will be updated in the next release.