Hello, I am working with a DSOX2002A and I need to measure the delay of 2 waves (Slope negative). Manualy to select the slope negative I press "Meas", "Settings" and then I select
"falling edge" softkey for each channel.
01 - I would like to know the program code I have to insert to select this feature.
02 - What is the program code I have to use to show the measure of delay in the oscilloscope screen.
Thank you !!
The SCPI commands you need to send are:
The :MEASure:DEFine command sets up the slope (- means falling, + means rising) and occurrence count (1 means first edge) for the DELay measurement sources 1 and 2. The :MEASure:DELay command installs the measurement on the front panel user interface, specifying channel 1 and channel 2 as the measurement sources 1 and 2. The :MEASure:DELay? query returns the delay value measured.
The programmer's guide's (www.keysight.com/manuals/DSOX2002A) "Programming Examples" chapter shows program code for several libraries (VISA, VISA-COM, SICL), in several languages, that can be used to send SCPI commands.
Best Regards,
Pat