Frequency Offset

SCPI.SENSe(Ch).OFFSet.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The ON/OFF state of the frequency offset feature.
Allowable Values True: frequency offset feature is ON
False: frequency offset feature is OFF
Preset Value False
Syntax Dim Status As Boolean
Status = app.SCPI.SENSe(Ch).OFFSet.STATe
app.SCPI.SENSe(Ch).OFFSet.STATe = True
Equivalent Softkeys Stimulus > Frequency Offset > Frequency Offset

SCPI.SENSe(Ch).OFFSet.TYPE

Attribute Detail
Object Type Property (read/write)
Data Type String
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency offset type when the frequency offset feature is ON. There are two frequency offset types: "Port1/Port2" and "Source/Receivers". First offset type offsets ports against each other. Second offset type offsets source against receivers.
Range "PORT" : Port1/Port2
"SRCRcv" : Source/Receivers
Preset Value "PORT"
Syntax Dim Param As String
Param = app.SCPI.SENSe(Ch).OFFSet.TYPE
app.SCPI.SENSe(Ch).OFFSet.TYPE = "PORT"
Equivalent Softkeys Stimulus > Frequency Offset > Offset Type

SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.MULTiplier

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The basic range frequency multiplier when the frequency offset feature is ON and offset type is "PORT".
Range from –1000 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.MULTiplier
app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.MULTiplier = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Port n > Multiplier

SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DIVisor

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The basic frequency range divisor when the frequency offset feature is ON and offset type is "PORT".
Range from 1 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.DIVisor
app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.DIVisor = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Port n > Divider

SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.OFFSet

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The basic frequency range offset when the frequency offset feature is ON and offset type is "PORT".
Range from –1e–12 to 1e12
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 0
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.OFFSet
app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.OFFSet = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Port n > Offset

SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.STARt

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The frequency sweep start when the frequency offset feature is ON and offset type is "PORT".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.STARt
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Port n > Start

SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.STOP

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Port Pt of channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Pt: port number 1–2 (see Table 2 on page 25)
Description The frequency sweep stop when the frequency offset feature is ON and offset type is "PORT".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.PORT(Pt).FREQuency.STOP
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Port n > Stop

SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.MULTiplier

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic range frequency multiplier when the frequency offset feature is ON and offset type is "SRCRcv".
Range from –1000 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.MULTiplier
app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.MULTiplier = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Receivers > Multiplier

SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.DIVisor

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic frequency range divisor when the frequency offset feature is ON and offset type is "SRCRcv".
Range from 1 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.DIVisor
app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.DIVisor = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Receivers > Divider

SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.OFFSet

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic frequency range offset when the frequency offset feature is ON and offset type is "SRCRcv".
Range from –1e–12 to 1e12
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 0
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.OFFSet
app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.OFFSet = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Receivers > Offset

SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.STARt

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency sweep start when the frequency offset feature is ON and offset type is "SRCRcv".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.STARt
app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.STARt = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Receivers > Start

SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.STOP

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency sweep stop when the frequency offset feature is ON and offset type is "SRCRcv".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.STOP
app.SCPI.SENSe(Ch).OFFset.RECeiver.FREQuency.STOP = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Receivers > Stop

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.MULTiplier

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic range frequency multiplier when the frequency offset feature is ON and offset type is "SRCRcv".
Range from –1000 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.MULTiplier
app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.MULTiplier = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Source > Multiplier

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.DIVisor

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic frequency range divisor when the frequency offset feature is ON and offset type is "SRCRcv".
Range from 1 to 1000
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.DIVisor
app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.DIVisor = 2
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Source > Divider

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.OFFSet

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The basic frequency range offset when the frequency offset feature is ON and offset type is "SRCRcv".
Range from –1e–12 to 1e12
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 0
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.OFFSet
app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.OFFSet = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Source > Offset

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.STARt

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency sweep start when the frequency offset feature is ON and offset type is "SRCRcv".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.STARt
app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.STARt = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Source > Start

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.STOP

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency sweep stop when the frequency offset feature is ON and offset type is " SRCRcv".
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.STOP
app.SCPI.SENSe(Ch).OFFset.SOURce.FREQuency.STOP = 1e9
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys Stimulus > Frequency Offset > Source > Stop

SCPI.SENSe(Ch).OFFSet.ADJust.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The ON/OFF state of the frequency offset adjust feature.
Allowable Values True: offset adjust feature is ON
False: offset adjust feature is OFF
Preset Value False
Syntax Dim Status As Boolean
Status = app.SCPI.SENSe(Ch).OFFSet.ADJust.STATe
app.SCPI.SENSe(Ch).OFFSet.ADJust.STATe = True
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Offset Adjust

SCPI.SENSe(Ch).OFFSet.ADJust.PORT

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description Selects the port number for frequency offset adjust feature.
Range from 1 to 2
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 1
Unit n/a
Syntax Dim Value As Long
Value = app.SCPI.SENSe(Ch).OFFset.ADJust.PORT
app.SCPI.SENSe(Ch).OFFset.ADJust.PORT = 2
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Select Port

SCPI.SENSe(Ch).OFFSet.ADJust.Value

Attribute Detail
Object Type Property (read/write)
Data Type Double
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The frequency offset adjust value of the offset adjust feature.
Range from –5E5 to 5E5
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 0
Unit Hz
Syntax Dim Value As Double
Value = app.SCPI.SENSe(Ch).OFFSet.ADJust.VALue
app.SCPI.SENSe(Ch).OFFSet.ADJust.VALue = 1000
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Adjust Value

SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.DATA

Attribute Detail
Object Type Property (read only)
Data Type Variant (array of double)
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description Reads the source frequency data when the frequency offset feature is ON and offset type is "SRCRcv", for the selected channel Ch.
The array size is N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
Data(n–1) the frequency value at the n–th measurement point.
Syntax Dim Data As Variant
Data = app.SCPI.SENSe(Ch).OFFSet.SOURce.FREQuency.DATA
Related Commands SCPI.SENSe(Ch).OFFset.STATe
SCPI.SENSe(Ch).OFFset.TYPE
Equivalent Softkeys None

SCPI.SENSe(Ch).OFFSet.ADJust.CONTinuous.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description The ON/OFF state of the continuous frequency offset adjust feature.
Allowable Values True: continuous offset adjust feature is ON
False: continuous offset adjust feature is OFF
Preset Value False
Syntax Dim Status As Boolean
Status = app.SCPI.SENSe(Ch).OFFSet.ADJust.CONTinuous.STATe
app.SCPI.SENSe(Ch).OFFSet.ADJust.CONTinuous.STATe = True
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Continuous Adjust

SCPI.SENSe(Ch).OFFSet.ADJust.CONTinuous.PERiod

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description Selects the period for continuous offset adjust feature:
1 – 3 sec;
2 – 10 sec;
3 – 30 sec.
Range from 1 to 3
Out of Range Sets the value of the limit, which is closer to the specified value.
Preset Value 2
Unit n/a
Syntax Dim Value As Long
Value = app.SCPI.SENSe(Ch).OFFSet.ADJust.PERiod
app.SCPI.SENSe(Ch).OFFSet.ADJust.PERiod = 1
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Adjust Period

SCPI.SENSe(Ch).OFFSet.ADJust.EXECute

Attribute Detail
Object Type Method
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description Executes the offset adjust when the frequency offset feature is ON.
Syntax app.SCPI.SENSe(Ch).OFFset.ADJust.EXECute
Equivalent Softkeys Stimulus > Frequency Offset > Offset Adjust > Adjust Immediate