SCPI Command
TRIGger[:SEQuence]:WAIT <char>
Delays the execution of the next command until the specified state of the analyzer trigger system is reached (see options below). The analyzer trigger system can be "Stop", "Waiting for Trigger", or "Measurement Cycle". When the continuous initiation mode is turned OFF (INIT:CONT OFF), the trigger system transits between all three states. When the continuous initiation mode is turned ON (INIT:CONT ON), the trigger system transits between the "Waiting for Trigger" and "Measurement Cycle" states. This command is useful for waiting for a sweep end initiated by the TRIG, *TRG commands or initiated by the external trigger signal, because the *OPC? command cannot be used. (The *OPC? command can wait the sweep end initiated by the TRIG:SING command only). no query |
---|
<char> Choose from:
HOLD |
Waits for the "Stop" state |
MEASure |
Waits for the "Measurement Cycle" state |
WTRG |
Waits for the "Waiting for Trigger" state |
ENDM |
Waits for the "End of Measurement" event. The event occurs when the trigger system transits from the "Measurement Cycle" state to any other state |
TRIG:SOUR EXT
None
Equivalent COM Command
SCPI.TRIGger.SEQuence.WAIT(STATus)
app.SCPI.TRIGger.SEQuence.WAIT(“HOLD”)
Method
Back to TRIGger
Back to Command Finder