Technical data
908 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
32 Waveform Commands
:WAVeform:XREFerence?
Query :WAVeform:XREFerence?
The :WAVeform:XREFerence? query returns the data point or level
associated with the X-origin data value. It is at this data point or level
that the X origin is defined. In this oscilloscope, the value is always zero.
Returned Format
[:WAVeform:XREFerence] 0<NL>
Example This example places the current X- reference value for the currently
specified source in the numeric variable, varValue, then prints the contents
of the variable to the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":WAVEFORM:XREFERENCE?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
See Also You can obtain the X- reference value through the :WAVeform:PREamble?
query.