Agilent Technologies 86100-90086 Sprinkler User Manual


 
25-14
Waveform Commands
YUNits?
This query returns the level associated with the Y origin for the currently specified source. It
is at this level that the Y origin is defined. In this analyzer, the value is always zero.
Returned Format [:WAVeform:YREFerence] <integer_value><NL>
<integer_value> Always 0.
Example 10 OUTPUT 707;":SYSTEM:HEADER OFF”
20 OUTPUT 707;":WAVEFORM:YREFERENCE?"
See Also You can obtain the YReference value through the WAVeform:PREamble query.
YUNits?
Query :WAVeform:YUNits?
This query returns the Y-axis units of the currently selected waveform source. The currently
selected source may be a channel, function, waveform memory, TDR response, or color
grade/gray scale data.
Returned Format [:WAVeform:YUNits] {UNKNown | VOLT | OHM | SECond | REFLect | CONStant | AMP | WATT}<NL>
Example 10 DIM Unit$[50] !Dimension variable
20 OUTPUT 707;":WAVEFORM:YUNITS?"
30 ENTER 707;Unit$