Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 583
:MEASure:RJDJ:STATe
Command
:MEASure:RJDJ:STATe {ON | OFF}
The :MEASure:RJDJ:STATe command enables or disables the RJDJ
measurements.
Example This example sets the RJDJ state to on.
myScope.WriteString ":MEASURE:RJDJ:STATE ON"
Query :MEASure:RJDJ:STATe?
The :MEASure:RJDJ:STATe? query returns the state of the RJDJ
measurements.
Returned Format
[:MEASure:RJDJ:STATe] {1 | 0}<NL>
Example This example places the current state of the RJDJ measurements in the
varState variable and displays it on the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:RJDJ:STATE?"
varState = myScope.ReadNumber
Debug.Print FormatNumber(varState, 0)
NOTE
This command is only available when the N5400A/N5401A Software is installed.