Technical data

Table Of Contents
1124 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
34 Waveform Commands
:WAVeform:SEGMented:TTAG?
Query :WAVeform:SEGMented:TTAG?
The :WAVeform:SEGMented:TTAG? query returns the time difference
between the first segment's trigger point and the trigger point of the
currently displayed segment.
<delta_time> A real number in exponential format representing the time value
difference between the first segment's trigger point and the currently
displayed segment.
Returned Format [:WAVeform:SEGMented:TTAG] <delta_time><NL>
Example This example returns the time from the first segment's trigger point and
the currently displayed segment's trigger point in the variable varDtime
and prints it to the computer screen.
myScope.WriteString ":WAVEFORM:SEGMENTED:TTAG?"
varDtime = myScope.ReadNumber
Debug.Print FormatNumber(vardtime, 0)