Agilent Technologies Infiniium 90000 Series Programmer's Manual page 640

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

25
Measure Commands
Selects the direction of the data source edge. BOTH selects both edges to
be measured.
<clock_source
{RISing | FALLing}
_dir>
Selects the direction of the clock source edge.
Example
This example measures the setup time from the rising edge of channel 1 to
the rising edge of channel 2.
myScope.WriteString ":MEASure:SETuptime CHAN1,RIS,CHAN2,RIS"
Query
:MEASure:SETuptime? [<data_source>,<data_source_dir>,<clock_source>,
<clock_ source_dir>]
The :MEASure:SETuptime query returns the measured setup time between
the specified clock and data source.
Returned Format
{:MEASure:SETuptime] <value><NL>
<value>
Setup time in seconds.
Example
This example places the current value of setup time in the numeric
variable, varTime, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASure:SETuptime? CHAN1,RIS,CHAN2,RIS"
varTime = myScope.ReadNumber
Debug.Print FormatNumber(varTime, 0)
640
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
' Response headers off.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents