Trigger Output
SCPI.TRIGger.OUTPut.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Trigger output |
Description | The ON/OFF state of the trigger output. |
Allowable Values | True: trigger output ON False: trigger output OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.TRIGger.OUTPut.STATe app.SCPI.TRIGger.OUTPut.STATe = True |
Related Commands | SCPI.TRIGger.OUTPut.FUNCtion SCPI.TRIGger.OUTPut.POLarity |
Equivalent Softkeys | Stimulus > Trigger > Trigger Output > Trigger Output |
SCPI.TRIGger.OUTPut.POLarity
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | Trigger output |
Description | Selects the polarity of the trigger output function set by the SCPI.TRIGger.OUTPut.FUNCtion command. |
Range | "POSitive" : Positive polarity "NEGative" : Negative polarity |
Notes | The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters. |
Out of Range | An error occurs. Error code: 205. |
Preset Value | "NEG" |
Syntax | Dim Param As String Param = app.SCPI.TRIGger.OUTPut.POLarity app.SCPI.TRIGger.INPut.OUTPut.POLarity = "NEG" |
Related Commands | SCPI.TRIGger.OUTPut.FUNCtion SCPI.TRIGger.OUTPut.STATe |
Equivalent Softkeys | Stimulus > Trigger > Trigger Output > Polarity |
SCPI.TRIGger.OUTPut.FUNCtion
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | Trigger output |
Description | Selects the trigger output function. The function defines the signal shape at the trigger output. |
Range | "BSET" : Before frequency setup pulse "BSAM" : Before sampling pulse "ASAM" : After sampling pulse "RTRG" : Ready for trigger signal "ESWP" : End of sweep pulse "MEAS" : Measurement sweep signal |
Out of Range | An error occurs. Error code: 205. |
Preset Value | "RTRG" |
Syntax | Dim Param As String Param = app.SCPI.TRIGger.OUTPut.FUNCtion app.SCPI.TRIGger.INPut.OUTPut.FUNCtion = "ESWP" Related Commands SCPI.TRIGger.OUTPut.POLarity SCPI.TRIGger.OUTPut.STATe |
Equivalent Softkeys | Stimulus > Trigger > Trigger Output > Function > { Before Setup / Before Sampling / After Sampling / Ready for Trig / Sweep End / Measurement } |