Property (Read-Write)
SCPI.TRIGger.OUTPut.STATe=Status
Status=SCPI.TRIGger.OUTPut.STATe
This command sets/gets the External Trigger (Output) Port state.
Parameter |
Status |
Description |
Sets/Gets external trigger output state. |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
False or OFF |
Dim TrigStat As boolean
TrigStat = True
SCPI.TRIGger.OUTPut.STATe=TrigStat
Trigger > Ext Trig Output
:TRIGger:OUTPut[:STATe] {ON|1|OFF|0}
:TRIGger:OUTPut[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":TRIG:OUTP ON"
20 OUTPUT 717;":TRIG:OUTP?"
30 ENTER 717;A$