ST2515 Operation Manual
60
The :SOURce command sets the mode of trigger source.
The :SOURce? query returns to the current mode of trigger source.
Command syntax:
TRIGger:SOURce <INTernal, MANual, EXTernal
或
BUS>
Where,
INTernal Be automatically triggered by the instrument and be the defaut setting
of the instrument.
MANual Be triggered by pressing the TRIGGER button on the panel.
EXTernal Be triggered by the HANDLER interface.
BUS
Be triggered by the RS232 interface or the GPIB interface.
For example: WrtCmd(“TRIG:SOUR BUS”);
Query syntax: TRIGger:SOURce?
Return format: <INTernal, MANual, EXTernal or BUS> <NL^END>
The :DELay command sets the instrument measurement delay time after triggering.
The TRIGger:DELay? query returns to the current delay time.
Command syntax:
TRIGger:DELay <delay value>
Where, <delay value> = 0 to 9.999 [in seconds]
For example: WrtCmd(“TRIG:DEL 0.5”); Set the delay time as 0.5S.
Query syntax: TRIGger:DELay?
Return format: <NR2><NL^END>
The :DELay:AUTO command sets the instrument measurement delay mode after triggering.
The :DELay:AUTO? query returns to the current delay mode status.
Command syntax:
TRIGger:DELay:AUTO ON(1)
OFF(0)
Where, ON Set the measurement delay mode as automatic “ON”
OFF Set the measurement delay mode as automatic “OFF”
For example: WrtCmd(“TRIG:DEL:AUTO ON”); Set the delay mode as automatic “ON”.
Query syntax: TRIG:DEL:AUTO?
Return format: <NR1><NL^END>
<NR1> = 1 or 0
1: the measurement delay mode is automatic “ON”.
0: the measurement delay mode is automatic “OFF”.
7.1.5
FETCH? Subsystem Commands
The FETCh? Subsystem commands are used to get the last measurement result and the setup of
the mode.
Command Tree: