RfSettings
SCPI Commands :
CONFigure:LTE:MEASurement<Instance>:RFSettings:EATTenuation
CONFigure:LTE:MEASurement<Instance>:RFSettings:UMARgin
CONFigure:LTE:MEASurement<Instance>:RFSettings:ENPower
CONFigure:LTE:MEASurement<Instance>:RFSettings:FOFFset
CONFigure:LTE:MEASurement<Instance>:RFSettings:MLOFfset
- class RfSettingsCls[source]
RfSettings commands group definition. 7 total commands, 2 Subgroups, 5 group commands
- get_eattenuation() float[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:EATTenuation
Snippet: value: float = driver.configure.rfSettings.get_eattenuation()
- Defines an external attenuation (or gain, if the value is negative) , to be applied to the input connector.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:EATTenuation:INPut
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:EATTenuation:INPut
- return:
rf_input_ext_att: numeric Range: -50 dB to 90 dB, Unit: dB
- get_envelope_power() float[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:ENPower
Snippet: value: float = driver.configure.rfSettings.get_envelope_power()
- Sets the expected nominal power of the measured RF signal.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:ENPMode
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:ENPower
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:ENPMode
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:ENPower
- return:
exp_nom_pow: numeric The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document. Unit: dBm
- get_foffset() int[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:FOFFset
Snippet: value: int = driver.configure.rfSettings.get_foffset()
Specifies a positive or negative frequency offset to be added to the carrier center frequency ([CMDLINKRESOLVED #set CMDLINKRESOLVED]) .
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:FOFFset:UL
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:FOFFset:UL
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:FOFFset:UL:UCSPecific
- return:
offset: numeric Range: -100 kHz to 100 kHz, Unit: Hz
- get_ml_offset() float[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:MLOFfset
Snippet: value: float = driver.configure.rfSettings.get_ml_offset()
- Varies the input level of the mixer in the analyzer path.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:MLOFfset
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:MLOFfset
- return:
mix_lev_offset: numeric Range: -10 dB to 10 dB, Unit: dB
- get_umargin() float[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:UMARgin
Snippet: value: float = driver.configure.rfSettings.get_umargin()
Sets the margin that the measurement adds to the expected nominal power to determine the reference power. The reference power minus the external input attenuation must be within the power range of the selected input connector. Refer to the specifications document.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:UMARgin
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:UMARgin
- return:
user_margin: numeric Range: 0 dB to (55 dB + external attenuation - expected nominal power) , Unit: dB
- set_eattenuation(rf_input_ext_att: float) None[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:EATTenuation
Snippet: driver.configure.rfSettings.set_eattenuation(rf_input_ext_att = 1.0)
- Defines an external attenuation (or gain, if the value is negative) , to be applied to the input connector.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:EATTenuation:INPut
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:EATTenuation:INPut
- param rf_input_ext_att:
numeric Range: -50 dB to 90 dB, Unit: dB
- set_envelope_power(exp_nom_pow: float) None[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:ENPower
Snippet: driver.configure.rfSettings.set_envelope_power(exp_nom_pow = 1.0)
- Sets the expected nominal power of the measured RF signal.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:ENPMode
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:ENPower
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:ENPMode
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:ENPower
- param exp_nom_pow:
numeric The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document. Unit: dBm
- set_foffset(offset: int) None[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:FOFFset
Snippet: driver.configure.rfSettings.set_foffset(offset = 1)
Specifies a positive or negative frequency offset to be added to the carrier center frequency ([CMDLINKRESOLVED #set CMDLINKRESOLVED]) .
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:FOFFset:UL
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:FOFFset:UL
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:FOFFset:UL:UCSPecific
- param offset:
numeric Range: -100 kHz to 100 kHz, Unit: Hz
- set_ml_offset(mix_lev_offset: float) None[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:MLOFfset
Snippet: driver.configure.rfSettings.set_ml_offset(mix_lev_offset = 1.0)
- Varies the input level of the mixer in the analyzer path.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:MLOFfset
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:MLOFfset
- param mix_lev_offset:
numeric Range: -10 dB to 10 dB, Unit: dB
- set_umargin(user_margin: float) None[source]
CONFigure:LTE:MEASurement<Instance>:RFSettings:UMARgin
Snippet: driver.configure.rfSettings.set_umargin(user_margin = 1.0)
Sets the margin that the measurement adds to the expected nominal power to determine the reference power. The reference power minus the external input attenuation must be within the power range of the selected input connector. Refer to the specifications document.
INTRO_CMD_HELP: For the combined signal path scenario, use:
CONFigure:LTE:SIGN<i>:RFSettings[:PCC]:UMARgin
CONFigure:LTE:SIGN<i>:RFSettings:SCC<c>:UMARgin
- param user_margin:
numeric Range: 0 dB to (55 dB + external attenuation - expected nominal power) , Unit: dB
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.clone()
Subgroups