Stimulus
SCPI.SENSe(Ch).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 stimulus start value of the sweep range for linear or logarithmic sweep types. |
Range | From the minimum value to the maximum value of the analyzer frequency range. |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The minimum value of the analyzer frequency range. |
Unit | Hz (Hertz) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).FREQuency.STARt app.SCPI.SENSe(Ch).FREQuency.STARt = 1Е6 |
Equivalent Softkeys | Stimulus > Start |
SCPI.SOURce(Ch).POWer.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 power sweep start for the power sweep. |
Range | From the minimum value to the maximum value of the analyzer power range. Resolution 0.05 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The minimum value of the analyzer power range. |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.STARt app.SCPI.SOURce(Ch).POWer.STARt = 5 |
Equivalent Softkeys | Stimulus > Start |
SCPI.SENSe(Ch).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 stimulus stop value of the sweep range for linear or logarithmic sweep types. |
Range | From the minimum value to the maximum value of the analyzer frequency range. |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The maximum value of the analyzer frequency range |
Unit | Hz (Hertz) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).FREQuency.STOP app.SCPI.SENSe(Ch).FREQuency.STOP = 1Е6 |
Equivalent Softkeys | Stimulus > Stop |
SCPI.SOURce(Ch).POWer.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 power sweep stop for the power sweep. |
Range | From the minimum value to the maximum value of the analyzer power range. Resolution 0.05 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The maximum value of the analyzer power range. |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.STOP app.SCPI.SOURce(Ch).POWer.STOP = 5 |
Equivalent Softkeys | Stimulus > Stop |
SCPI.SENSe(Ch).FREQuency.CENTer
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 stimulus center value of the sweep range for linear or logarithmic sweep types. |
Range | From the minimum value to the maximum value of the analyzer frequency range. |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The center value of the analyzer frequency range. |
Unit | Hz (Hertz) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).FREQuency.CENTer app.SCPI.SENSe(Ch).FREQuency.CENTer = 1Е9 |
Equivalent Softkeys | Stimulus > Center |
SCPI.SOURce(Ch).POWer.CENTer
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 center value of the power sweep range when sweep type is Power. |
Range | From the minimum value to the maximum value of the analyzer power range. Resolution 0.025 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | Center value of the analyzer power range. |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.CENTer app.SCPI.SOURce(Ch).POWer.CENTer = 5 |
Equivalent Softkeys | Stimulus > Center |
SCPI.SENSe(Ch).FREQuency.SPAN
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 stimulus span value of the sweep range for linear or logarithmic sweep types. |
Range | From 0 to the maximum span of the analyzer frequency range. |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The maximum span of the analyzer frequency range. |
Unit | Hz (Hertz) Syntax Dim Value As Double Value = app.SCPI.SENSe(Ch).FREQuency.SPAN app.SCPI.SENSe(Ch).FREQuency.SPAN = 2Е9 |
Equivalent Softkeys | Stimulus > Span |
SCPI.SOURce(Ch).POWer.SPAN
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 power span for the power sweep. |
Range | From 0 to the maximum span of the analyzer power range. Resolution 0.05 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | The maximum span of the analyzer power range. |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.SPAN app.SCPI.SOURce(Ch).POWer.SPAN = 50 |
Equivalent Softkeys | Stimulus > Span |
SCPI.SENSe(Ch).SWEep.POINts
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 | The number of measurement points. |
Range | 2 to 500001 (PLANAR-804) 2 to 200001 (PLANAR-304, S5048, S7530) |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 201 Syntax Dim Value As Long Value = app.SCPI.SENSe(Ch).SWEep.POINts app.SCPI.SENSe(Ch).SWEep.POINts = 1001 |
Equivalent Softkeys | Stimulus > Points |
SCPI.SENSe(Ch).SWEep.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 | Sets the sweep type. |
Range | "LINear" : Linear frequency sweep "LOGarithmic" : Logarithmic frequency sweep "SEGMent" : Segment frequency sweep "POWer " : Power sweep |
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: 206. |
Preset Value | "LIN" Syntax Dim Param As String Param = app.SCPI.SENSe(Ch).SWEep.TYPE app.SCPI.SENSe(Ch).SWEep.TYPE = "LOG" |
Equivalent Softkeys | Stimulus > Sweep Type |
IF Bandwidth
See Average chapter.
Power
See Power subchapter.
Segment Table
See Segment Table subchapter.
SCPI.SENSe(Ch).SWEep.POINt.TIME
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 value of the delay before measurement in each measurement point. |
Range | from 0 to 0.3 Resolution 5E-6 |
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.SENSe(Ch).SWEep.POINt.TIME app.SCPI.SENSe(Ch).SWEep.POINt.TIME = 5Е-6 |
Equivalent Softkeys | Stimulus > Meas Delay |
Trigger
See Trigger subchapter.
SCPI.SERVice.SWEep.FREQency.MINimum
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Double |
Target | Analyzer |
Description | The minimum value of the analyzer frequency range. Syntax Dim Value As Double Value = app.SCPI.SERVice.SWEep.FREQency.MINimum |
Equivalent Softkeys | None |
SCPI.SERVice.SWEep.FREQency.MAXimum
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Double |
Target | Analyzer |
Description | The maximum value of the analyzer frequency range. Syntax Dim Value As Double Value = app.SCPI.SERVice.SWEep.FREQency.MAXimum |
Equivalent Softkeys | None |
SCPI.SERVice.SWEep.POINts
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Double |
Target | Analyzer |
Description | The maximum number of the measurement points. Syntax Dim Value As Long Value = app.SCPI.SERVice.SWEep.POINts |
Equivalent Softkeys | None |