Gating

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The ON/OFF state of the gating function.
Allowable Values True: Gating function ON
False: Gating function OFF
Preset Value False
Syntax Dim Status As Boolean
Status = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STATe
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STATe = Status
Equivalent Softkeys Analysis > Gating > Gating

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STARt

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate start value of the gating function.
Range Varies depending on the frequency span and the number of points.
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value –1e–8
Unit s (second)
Syntax Dim Value As Double
Value = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STARt
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STARt = 1e–7
Equivalent Softkeys Analysis > Gating > Start

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STOP

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate stop value of the gating function.
Range Varies depending on the frequency span and the number of points.
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1e–8
Unit s (second)
Syntax Dim Value As Double
Value = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STOP
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STOP = 1e–7
Equivalent Softkeys Analysis > Gating > Stop

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.CENTer

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate center value of the gating function.
Range Varies depending on the frequency span and the number of points.
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 0
Unit s (second)
Syntax Dim Value As Double
Value = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.CENTer
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.CENTer = 1e–8
Equivalent Softkeys Analysis > Gating > Center

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SPAN

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate span value of the gating function.
Range Varies depending on the frequency span and the number of points.
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 2e–8
Unit s (second)
Syntax Dim Value As Double
Value = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SPAN
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SPAN = 1e–8
Equivalent Softkeys Analysis > Gating > Span

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE

Attribute Detail
Object Type Property (read/write)
Data Type String
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate type of the gating function.
Range "BPASs" : Bandpass type
"NOTCh" : Notch type
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: 219.
Preset Value "BPAS"
Syntax Dim Param As String
Param = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.TYPE = "bpas"
Equivalent Softkeys Analysis > Gating > Type

SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe

Attribute Detail
Object Type Property (read/write)
Data Type String
Target The active trace of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The gate shape of the gating function.
Range "MAXimum" : Maximum shape
"WIDE" : Wide shape
"NORMal" : Normal shape
"MINimum" : Minimum shape
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: 218.
Preset Value "NORM"
Syntax Dim Param As String
Param = app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe
app.SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SHAPe = "MAX"
Equivalent Softkeys Analysis > Gating > Shape > Maximum / Wide / Normal / Minimum