:TIMebase Commands 32
Keysight InfiniiVision 4000 X-Series Oscilloscopes Programmer's Guide 1131
:TIMebase:REFerence
(see page 1428)
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" on page 1126
• ":TIMebase:REFerence:LOCation" on page 1132
• ":TIMebase:MODE" on page 1127
Example Code
myScope.WriteString ":TIMebase:REFerence CENTer" ' Set reference to
center.
See complete example programs at: Chapter 42, “Programming Examples,”
starting on page 1437