I am trying to com with a scope over LAN that supports SCPI. Link is established I can ;
*RST *CLS
but I can't do ;
:MEASure:SOURce CH1
it returns zero. To be more clear ;
a = SCPI(host, timeout=0.5)
a.ask('SYST:ERR?');
a.write('*RST'); a.write('*CLS');
a.ask(":MEASure:SOURce CH1");
returns ;
>> SYST:ERR?
<<
>> SYST:ERR?
<<
>> :MEASure:SOURce CH1
<<
>> SYST:ERR?
<<
doing *IDN? retuns successfully.
What might be going on ? It's a OWON XDS device.