ST2523 Series Operation Manual Ver1.2
46
Command Tree:
TRIGger
[:IMMediate]
:SOURce INTernal
EXTernal
BUS
HOLD
:DELay <value>
MIN
MAX
The :IMMediate command triggers a measurement.
Command syntax: TRIGger[:IMMediate]
For example: WrtCmd(“TRIG”);
The :SOURce command sets the mode of trigger source.
The :SOURce? query returns the current mode of trigger source.
Command syntax:
INTernal
TRIGger:SOURce EXTernal
BUS
HOLD
Where:
INTernal
Be automatically triggered by the instrument and be the defaut setting of the
instrument.
EXTernal Be triggered by the HANDLER interface.
BUS
Be triggered by the RS232 interface or the GPIB interface.
HOLD
Press the TRIGGER button on the panel.
For example: WrtCmd(“TRIG:SOUR BUS”);
Query syntax: TRIGger:SOURce?
Return format:
INT
EXT
<NL^END>
BUS
HOLD
The :DELay command sets the delay time after triggering.
The TRIGger:DELay? query returns the current delay time.
Command syntax:
<value>
TRIGger:DELay MIN
MAX