The method getChannelPropValue return (STRING,"Voltage") but Voltage is expected
|
return self.oxygen.getChannelPropValue(ch_id, 'Mode') |
Should be possible to fix by adding
.split(',')[1].strip(')"'), but maybe add a utility function to do that for all getters in a unified way
The method
getChannelPropValuereturn(STRING,"Voltage")butVoltageis expectedpyOxygenSCPI/pyOxygenSCPI/oxygenscpi.py
Line 1055 in 52bf4f1
Should be possible to fix by adding
.split(',')[1].strip(')"'), but maybe add a utility function to do that for all getters in a unified way