Ext Trigger
SCPI.TRIGger.SEQuence.POINt
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Analyzer |
Description | The ON/OFF state of the point trigger feature. When the point trigger feature is turned ON, the external trigger response is single point. When the point trigger feature is turned OFF, the external trigger response is single sweep. |
Allowable Values | True: point trigger feature ON False: point trigger feature OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.TRIGger.SEQuence.POINt app.SCPI.TRIGger.SEQuence.POINt = True |
Related Commands | SCPI.TRIGger.SEQuence.SOURce |
Equivalent Softkeys | Stimulus > Trigger > Ext Trig Event > { On Sweep / On Point } |
SCPI.TRIGger.SEQuence.EXTernal.SLOPe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | External trigger |
Description | Selects the edge of the external trigger. |
Range | "POSitive" : Positive edge "NEGative" : Negative edge |
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.EXTernal.SLOPe app.SCPI.TRIGger.INPut.EXTernal.SLOPe = "POS" |
Related Commands | SCPI.TRIGger.SEQuence.SOURce |
Equivalent Softkeys | Stimulus > Trigger > Ext Trigger > Polarity |
SCPI.TRIGger.SEQuence.EXTernal.POSition
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | String |
Target | External trigger |
Description | Selects the position of the external trigger. The Analyzer waits for external trigger: • Before sampling, when the frequency of the stimulus port have been set. The frequency change of the stimulus port begins after sampling. • Before the frequency setup and subsequent measurement. The frequency change of the stimulus port begins when the external trigger arrives. Depending on the command SCPI.TRIGger.SEQuence.POINt the external trigger wait occurs before each point or before the first point of the full sweep cycle. |
Range | "BSAM" : Before sampling "BSET" : Before frequency setup |
Out of Range | An error occurs. Error code: 205. |
Preset Value | "BSAM" |
Syntax | Dim Param As String Param = app.SCPI.TRIGger.EXTernal.POSition app.SCPI.TRIGger.INPut.EXTernal.POSition = "BSAM" |
Related Commands | SCPI.TRIGger.SEQuence.SOURce |
Equivalent Softkeys | Stimulus > Trigger > Ext Trigger > POSition > { Before Samp / Before Setup } |
SCPI.TRIGger.SEQuence.EXTernal.Delay
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | External trigger |
Description | Sets the response delay with respect to the external trigger signal. |
Range | from 0 to 100 sec Resolution 0.1 µsec |
Out of Range | Sets to the nearest bound. |
Preset Value | 0 |
Syntax | Dim Param As Double Param = app.SCPI.TRIGger.EXTernal.Delay app.SCPI.TRIGger.INPut.EXTernal.Delay = 0 |
Related Commands | SCPI.TRIGger.SEQuence.SOURce |
Equivalent Softkeys | Stimulus > Trigger > Ext Trigger > Delay |