Command
:TRIGger[:SEQuence]:SINGle
This command generates a trigger immediately and executes a measurement, regardless of the setting of the trigger mode.
This command is different from :TRIG as the execution of the object finishes when the measurement (all of the sweep) initiated with this object is complete. In other words, you can wait for the end of the measurement using the *OPC object.
If you execute this object when the trigger system is not in the trigger wait state (trigger event detection state), an error occurs when executed and the object is ignored.
Dim Var as Integer
Ena.WriteString ":TRIG:SOUR BUS", True
Ena.WriteString ":INIT1:CONT ON", True
Ena.WriteString ":TRIG:SING", True
Ena.WriteString "*OPC?", True
Var=Ena.ReadNumber
No equivalent key is available on the front panel.
SCPI.TRIGGER.SEQUENCE.SINGLE