Power
SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude
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 level for the frequency sweep when port couple feature is set to ON by the command SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle. |
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 | 0 |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude app.SCPI.SOURce(Ch).POWer.LEVel.IMMediate.AMPLitude = 10 |
Related Commands | SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle |
Equivalent Softkeys | Stimulus > Power > Power |
SCPI.SOURce(Ch).POWer.PORT(1).COUPle
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 port power couple function. Setting the port power couple feature to OFF allows independent power level setting for each port. |
Allowable Values | True: Port power couple ON False: Port power couple OFF |
Preset Value | True |
Syntax | Dim Status As Boolean Status = app.SCPI.SOURce(Ch).POWer.PORT.COUPle app.SCPI.SOURce(Ch).POWer.PORT.COUPle = True |
Warning | Object PORT has an index. In Visual Basic the index is 1 by default when it is omitted. The index can not be omitted in other programming languages. |
Related Commands | SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude |
Equivalent Softkeys | Stimulus > Power > Port Couple |
SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude
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 power level of each port for the frequency sweep when port couple feature is set to OFF by the command SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle. |
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 | 0 |
Unit | dBm (decibels above 1 milliwatt) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude app.SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude = 10 |
Related Commands | SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle |
Equivalent Softkeys | Stimulus > Power > Port Power > [Port1 / Port2] |
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA
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 slope value for the frequency sweep. |
Range | from –2 to 2 Resolution 0.1 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 0 |
Unit | dB/GHz (decibel/gigahertz) |
Syntax | Dim Value As Double Value = app.SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA app.SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA = 0.2 |
Equivalent Softkeys | Stimulus > Power > Slope [dB/GHz] |
SCPI.SOURce(Ch).POWer.LEVel.SLOPe.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 power slope for the frequency sweep. |
Allowable Values | True: Power slope ON False: Power slope OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe app.SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe = True |
Equivalent Softkeys | Stimulus > Power > Slope [ON/OFF] |
SCPI.SENSe(Ch).FREQuency.CW
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 fixed frequency for the power sweep. |
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.CW app.SCPI.SENSe(Ch).FREQuency.CW = 1Е9 |
Equivalent Softkeys | Stimulus > Power > CW Freq |
SCPI.OUTPut.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Analyzer |
Description | Sets the ON/OFF state of the stimulus signal output. Measurements cannot be performed when the stimulus signal output is set to OFF. |
Allowable Values | True: Stimulus signal output ON False: Stimulus signal output OFF |
Preset Value | True |
Syntax | Dim Status As Boolean Status = app.SCPI.OUTPut.STATe app.SCPI.OUTPut.STATe = False |
Equivalent Softkeys | Stimulus > Power > RF Out |