Instructions
10
Return :The query returns the vertical range in scientific
notation
Example :TIMebase:POSition 0.0002 /* Set the main time base
offset to 200us*/
:TIMebase:POSition? /* The query returns 2.000e-4*/
TIMebase:SCALe
Syntax :TIMebase:SCALe <scale value>
:TIMebase:SCALe?
Description :Set or query the main timebase scale(s/div)
Parameter :<scale value> ::= The current number of seconds per grid
of the main window
Return :The query returns the vertical range in scientific notation
Example :TIMebase:SCALe 0.0005 /* Set the main time base gear
500us*/
:TIMebase:SCALe? /*return 5.000e-4*/
TIMebase:RANGe
Syntax :TIMebase:RANGe <range value>
:TIMebase:RANGe?
Description : Set or query the main window full range time
Parameter :<range value> ::= time(unit is s)
Return : Returns the base range in the form of a scientific count
to the main window full range
Example :TIMebase:RANGe 0.0016 /* Set the main time base gear
100us*/
:TIMebase:RANGe? /*return 1.600e-03*/
TIMebase:MODE
Syntax :TIMebase:MODE <value>
:TIMebase:MODE?
Description : Set or query horizontal base mode
Parameter :<value> ::= <MAIN | XY | ROLL>
Return :return MAIN,XY or ROLL
Example :TIMebase:MODE XY /*Set the level time base modeXY*/
:TIMebase:MODE? /*return XY*/