Technical data
576 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:RJDJ:EDGE
Command
:MEASure:RJDJ:EDGE {RISING | FALLING | BOTH}
The :MEASure:RJDJ:EDGE command sets the edge used for the RJDJ
measurements.
Example This example sets the RJDJ edge to use both edges.
myScope.WriteString ":MEASURE:RJDJ:EDGE BOTH"
Query :MEASure:RJDJ:EDGE?
The :MEASure:RJDJ:EDGE? query returns the edge being used for the
RJDJ measurements.
Returned Format
[:MEASure:RJDJ:EDGE] {RISING | FALLING | BOTH}<NL>
Example This example places the current edge being used for RJDJ measurements
in the varEdge variable and displays it on the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:RJDJ:EDGE?"
varEdge = myScope.ReadNumber
Debug.Print FormatNumber(varEdge, 0)
NOTE
This command is only available when the N5400A/N5401A Software is installed.