CONFigure:ARRay:TSTamp
Syntax
CONFigure:ARRay:TSTamp [(<count>) [,<channel>]]
Description
This command sets all measurement parameters and trigger parameters to default values for timestamp
measurements at a nominal 1MHz timestamp rate. The <count> parameter specifies how many
timestamps are to be returned.
Parameters
Name Type Range of Values Default Value
<count> numeric 1 to 1,000,000
MIN = 1
MAX = 1,000,000
100
<channel(s)> Expression(s) (@1) | (@2) | (@3) (@1)
Remarks
l Available only on the Keysight 53230A.
l Note the parentheses around the <count> parameter. These are required by the SCPI standard.
l For channel 1 or 2, the input channel is configured for auto-leveling at 50% with a positive slope.
l SAMPle:COUNt is set to the value of <count>.
l The trigger count setting (TRIGger:COUNt) is ignored when making timestamp measurements. Only
one trigger will be accepted for each READ? or INITiate[:IMMediate] command.
l The SENSe:GATE subsystem is not used when making timestamp measurements. The measurements
will start immediately after a trigger and trigger delay.
l Use READ? or INITiate[:IMMediate] to start the measurement.
Examples
The following example configures the instrument to make 1,000 timestamp measurements on channel 1
at a nominal 1 MHz rate, makes the measurements, and then transfers the prescaler value followed by the
measurements to the instrument output buffer.
CONF:TST (1000)
TST:RATE 1E6
READ?
Typical Response: +100,+5.10520000000000E-006,+5.10370000000000E-006, ....
(1,000
timestamps)
Keysight 53220A/53230A Programmer's Reference 115
CONFigure:ARRay:TSTamp