User Manual SM6025
80
The TRIGger[:IMMediate] command is used to trigger a test.
Command syntax: TRIGger[:IMMediate]
For example: WrtCmd(“TRIG”)
The TRIGger:SOURce command is used to set the trigger source mode. The TRIGger:SOURce? query
returns the current trigger source mode.
Command syntax:
INTernal
TRIGger:SOURce EXTternal
BUS
HOLD
Where,
INTernal
The default trigger mode.
EXTernal Triggered by HANDLER interface.
BUS
Triggered by RS232C interface or GPIB interface
HOLD
Triggered by pressing TRIGGER.
For example: WrtCmd (“TRIG:SOUR BUS”)
Query syntax: TRIGger:SOURce?
Return format:
INT
EXT
<NL^END>
BUS
HOLD
The TRIGger:DELay command is used to set the delay time after triggering. The TRIGger:DELay? query
returns the current delay time.
Command syntax:
<value>
TRIGger:DELay
MIN
MAX
Where,
<value> In NR1, NR2 or NR3 data format, from 0 to 60s with 1ms as the resolution.
MIN Set the delay time as 0s.
MAX Set the delay time as 60s.
For example: WrtCmd (“TRIG:DEL 5s”) Set the delay time as 5s.
TRIGger
[:IMMediate]
:SOURce INTernal
EXTernal
BUS
HOLD
:DELay <value>
MIN
MAX