:TIMebase Commands
30
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
1055
:TIMebase:REFerence
Command Syntax
:TIMebase:REFerence <reference>
<reference> ::= {LEFT | CENTer | RIGHt | CUSTom}
The :TIMebase:REFerence command sets the time reference to:
• LEFT — one division from the left side of the screen.
• CENTer — the center of the screen.
• RIGHt — one division from the right side of the screen.
• CUSTom — lets you use the :TIMebase:REFerence:LOCation command to place
the time reference location at a percent of the graticule width (where 0.0 is the
left edge and 1.0 is the right edge).
The time reference is the point on the display where the trigger point is
referenced.
Query Syntax
:TIMebase:REFerence?
The :TIMebase:REFerence? query returns the current display reference for the main
window.
Return Format
<reference><NL>
<reference> ::= {LEFT | CENT | RIGH | CUST}
See Also
•
"Introduction to :TIMebase Commands"
•
":TIMebase:REFerence:LOCation"
•
Example Code
myScope.WriteString ":TIMebase:REFerence CENTer"
' Set reference to
center.
See complete example programs at: