Keysight E4980A/AL Precision LCR Meter 361
SCPI Command Reference
E4980A/AL commands
10-
Description Clears the time stamp of the list sweep executed in sequential (SEQ) mode. (No
Query)
Equivalent key No equivalent key is available on the front panel.
:LIST:SEQuence:TSTamp:DATA
Syntax :LIST:SEQuence:TSTamp:DATA
Description Returns the time stamp for each measurement point of the list sweep executed
in sequential (SEQ) mode. The time stamp indicates the measurement start
time at each point from trigger detection to each list point. If no time stamp
data exist, error No. 230 is returned. (Query Only)
Example of Use
Dim Result As String * 10000
viVQueryf(AgtE4980A/AL, ":LIST:SEQ:TST:DATA?" + vbLf, "%t",
Result)
Equivalent key No equivalent key is available on the front panel.
:LIST:STIMulus:DATA
Syntax :LIST:STIMulus:DATA <Point 1 1stSTIM>,<Point 1 2ndSTIM>,<Point 2
1stSTIM>,<Point 2 2ndSTIM>,....,<point n 1stSTIM>,<point n 2ndSTIM>
:LIST:STIMulus:DATA?
Description Sets the list sweep with two parameters (first and secondary parameters). This
command allows you to sweep with two parameters. For example, you can
sweep at point no.1 with 1 kHz/1 V, point no. 2 with 2 kHz/1.1 V, and point no.
3 with 3 kHz/0.9 V. Both first and second parameters must be set unless the
second parameter of
:LIST:STIMulus:TYPE command is set to NONE. The value
9.9E37 should be set for any empty points. When the IRANge is selected as the
secondary parameter in the :LIST:STIMulus:TYPE command, the value for
<Point n 2ndSTIM> can selected within the value of
:FUNCtion:IMPedance:RANGe[:VALue].
Parameter
Example of Use
viVPrintf(AgtE4980A/AL, "LIST:STIM:TYPE FREQ, VOLT" + vbLf, 0)
<Point n 1stSTIM>,<Point n 2ndSTIM>
1
Range of n 1 to 201
Unit Depends on :LIST:STIMulus:TYPE
1. When the second parameter of :LIST:STIMulus:TYPEcommand is set to
NONE, this parameter is not needed.