Technical data
514 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
<clock_source
_dir>
{RISing | FALLing}
Selects the direction of the clock source edge.
Example This example measures the hold time from the rising edge of channel 1 to
the rising edge of channel 2.
myScope.WriteString ":MEASURE:HOLDTIME CHAN1,RIS,CHAN2,RIS"
Query :MEASure:HOLDtime? [<data_source>,<data_source_dir>,<clock_source>,
<clock_ source_dir>]
The :MEASure:HOLDtime? query returns the measured hold time between
the specified clock and data source.
Returned Format
{:MEASure:SETuptime] <value><NL>
<value> Hold time in seconds.
Example This example places the current value of hold time in the numeric
variable, varTime, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:HOLDTIME? CHAN1,RIS,CHAN2,RIS"
varTime = myScope.ReadNumber
Debug.Print FormatNumber(varTime, 0)
See Also Refer to the :MEASure:RESults? query for information on the results
returned and how they are affected by the SENDvalid command. Refer to
the individual measurements for information on how the result state is
returned.