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.
The channel property description in
public void EnableChannel(string channel, bool enable)
is faulty. Channel name for the Sense+ voltage is given assv
but it should besp
as documented here: arc_enable_channel.I tested it and
EnableChannel("sv")
throws and exception andEnableChannel("sp")
doesn't.