4- 122 Keysight E5260/E5270 Programming Guide, Edition 4
Command Reference
Command Reference
TSQ
The TSQ command returns the time data from when the TSR command is sent until
this command is sent. The time data will be put in the data output buffer as same as
the measurement data.
This command is effective for all measurement modes, regardless of the TSC
setting.
This command is effective for ASCII data output format. Refer to “FMT” on page
4-59.
Syntax TSQ
Example
Statements
OUTPUT @E5270;"TSQ"
ENTER @E5270 USING "#,5X,13D,X";Time
PRINT "Time=";Time;"s"
TSR
The TSR command clears the timer count.
This command is effective for all measurement modes, regardless of the TSC
setting.
This command is effective for ASCII data output format. Refer to “FMT” on page
4-59.
Syntax TSR
Remarks To read the time data with the best resolution (100 μs), the timer must be cleared
every
100 sec or less for the FMT1, 2, or 5 data output format, or
every 1000 sec or less for the FMT 11, 12, 15, 21, 22, or 25 data output format.
Example
Statements
OUTPUT @E5270;"TSR"