06-23-2010 06:54 PM
Trying to figure out a way to control the cursors on the MSO6104A scope using the ag6000 IVI instrument driver. I cannot find any commands that reference cursors or markers at all. Is it possible to set horizontal and vertical cursors?
06-24-2010 12:04 AM
You should be able to use ag6000_WriteInstrData() for sending a SCPI command string, which controls the cursors. You can look up that SCPI command string in the instruments programming manual.