I have a DSO3034A an I want to remote control it using a simple tcp socket and Scpi-raw.
I can actually do execute scpi commands without a problem, I can even requests the learn string using ":SYST:SET?".
But the problem is I don't seem to be able to set it back. In the documentation it is mentioned that I should send it back with ":SYST:SET " and after that following the data.
One of the examples I tried :
:SYST:SET #800083042 expandMode 0,"ground" wfmAntialiasing
....
more data
....
It seemed straight forward but I have no success with it until now.
Can someone help me with this, say me what I do wrong ?
I use TcpClient with c# to handle the socket communication.
Thank,
Peter
I can actually do execute scpi commands without a problem, I can even requests the learn string using ":SYST:SET?".
But the problem is I don't seem to be able to set it back. In the documentation it is mentioned that I should send it back with ":SYST:SET " and after that following the data.
One of the examples I tried :
:SYST:SET #800083042
....
more data
....
It seemed straight forward but I have no success with it until now.
Can someone help me with this, say me what I do wrong ?
I use TcpClient with c# to handle the socket communication.
Thank,
Peter
If you have the Keysight Connection Expert installed, you can use its IOMonitor to see what your program actually sent and debug the problem.