Method (Write-only)
SCPI.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 SCPI.TRIGger.SEQuence.IMMediate 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 SCPI.IEEE4882.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.
For details about the trigger system, see Trigger System.
Dim Dmy As Long
SCPI.TRIGger.SEQuence.SOURce = "bus"
SCPI.INITiate(1).CONTinuous = True
SCPI.TRIGger.SEQuence.SINGle
Dmy = SCPI.IEEE4882.OPC
SCPI.TRIGger.SEQuence.IMMediate
No equivalent key is available on the front panel.
:TRIGger[:SEQuence]:SINGle
10 OUTPUT 717;":TRIG:SING"
20 OUTPUT 717;"*OPC?"
30 ENTER 717;A