4- 122 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
SOURce Subsystem
If the list contains too many data for the waveform, the excess data is ignored.
If the list does not contain enough data, the undefined points are qualified as 0 (point
without trigger output).
Query response list <newline>
list returns the present setting of the list. Multiple data is separated by a comma.
Response data type is boolean.
Example :ARB:CURR:UDEF:BOST 0,1,0
:SOUR2:ARB:CURR:UDEF:BOST?
[:SOURce]:ARB:<CURRent|VOLTage>:UDEFined:BO
STep:APPend
Adds the trigger output status to the end of the list set by the
[:SOURce]:ARB:<CURRent|VOLTage>:UDEFined:BOSTep command, to which
some data might be appended to by this command. Total number of data in the list
must be ≤
100000.
Syntax [:SOURce[c]]:ARB:<CURRent|VOLTage>:UDEFined:BOSTep append_list
For <CURRent|VOLTage>, specify CURRent for current output or VOLTage fo r
voltage output.
Parameter append_list List of the trigger output status. Parameter data type is boolean.
Set 1 or ON for the point with trigger output, or 0 or OFF for the
point without trigger output.
Multiple data can be set to append_list. Each data must be separated by a comma,
for example: append_list=1,0,1.
Example :ARB:CURR:UDEF:BOST:APP 0,1,0
:SOUR2:ARB:CURR:UDEF:BOST:APP 0,1,0