RfSettings

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:RFSettings:EATTenuation
CONFigure:GSM:MEASurement<Instance>:RFSettings:UMARgin
CONFigure:GSM:MEASurement<Instance>:RFSettings:ENPower
CONFigure:GSM:MEASurement<Instance>:RFSettings:FREQuency
CONFigure:GSM:MEASurement<Instance>:RFSettings:FOFFset
CONFigure:GSM:MEASurement<Instance>:RFSettings:MLOFfset
class RfSettings[source]

RfSettings commands group definition. 6 total commands, 0 Sub-groups, 6 group commands

get_eattenuation()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:EATTenuation
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. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:EATTenuation:INPut.

return

external_att: numeric Range: -50 dB to 90 dB, Unit: dB

get_envelope_power()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:ENPower
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:GSM:SIGN<i>:RFSettings:ENPMode

  • CONFigure:GSM:SIGN<i>:RFSettings:ENPower

return

exp_nom_power: 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 data sheet. Unit: dBm

get_foffset()int[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:FOFFset
value: int = driver.configure.rfSettings.get_foffset()
Specifies a positive or negative frequency offset to be added to the center frequency of the configured channel.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:GSM:SIGN<i>:RFSettings:FOFFset:UL

  • CONFigure:GSM:SIGN<i>:CONNection:RFOFfset

return

offset: numeric Range: -100000 Hz to 100000 Hz , Unit: Hz

get_frequency()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:FREQuency
value: float = driver.configure.rfSettings.get_frequency()

Selects the center frequency of the RF analyzer. If the center frequency is valid for the current frequency band, the corresponding channel number is also calculated and set.

INTRO_CMD_HELP: See also:

  • ‘GSM Frequency Bands and Channels’

  • method RsCmwGsmMeas.Configure.band

  • method RsCmwGsmMeas.Configure.channel

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:GSM:SIGN<i>:RFSettings:CHANnel

  • CONFigure:GSM:SIGN<i>:RFSettings:CHCCombined:TCH:CSWitched

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:ENABle

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:MAIO

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:HSN

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:SEQuence

The supported frequency range depends on the instrument model and the available options. The supported range can be smaller than stated here. Refer to the preface of your model-specific base unit manual.

return

frequency: numeric Range: 70 MHz to 6 GHz , Unit: Hz

get_ml_offset()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:MLOFfset
value: float = driver.configure.rfSettings.get_ml_offset()

Varies the input level of the mixer in the analyzer path. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:MLOFfset.

return

mix_lev_offset: numeric Range: -10 dB to 10 dB, Unit: dB

get_umargin()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:UMARgin
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 data sheet. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:UMARgin.

return

user_margin: numeric Range: 0 dB to (55 dB + External Attenuation - Expected Nominal Power) , Unit: dB

set_eattenuation(external_att: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:EATTenuation
driver.configure.rfSettings.set_eattenuation(external_att = 1.0)

Defines an external attenuation (or gain, if the value is negative) , to be applied to the input connector. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:EATTenuation:INPut.

param external_att

numeric Range: -50 dB to 90 dB, Unit: dB

set_envelope_power(exp_nom_power: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:ENPower
driver.configure.rfSettings.set_envelope_power(exp_nom_power = 1.0)
Sets the expected nominal power of the measured RF signal.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:GSM:SIGN<i>:RFSettings:ENPMode

  • CONFigure:GSM:SIGN<i>:RFSettings:ENPower

param exp_nom_power

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 data sheet. Unit: dBm

set_foffset(offset: int)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:FOFFset
driver.configure.rfSettings.set_foffset(offset = 1)
Specifies a positive or negative frequency offset to be added to the center frequency of the configured channel.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:GSM:SIGN<i>:RFSettings:FOFFset:UL

  • CONFigure:GSM:SIGN<i>:CONNection:RFOFfset

param offset

numeric Range: -100000 Hz to 100000 Hz , Unit: Hz

set_frequency(frequency: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:FREQuency
driver.configure.rfSettings.set_frequency(frequency = 1.0)

Selects the center frequency of the RF analyzer. If the center frequency is valid for the current frequency band, the corresponding channel number is also calculated and set.

INTRO_CMD_HELP: See also:

  • ‘GSM Frequency Bands and Channels’

  • method RsCmwGsmMeas.Configure.band

  • method RsCmwGsmMeas.Configure.channel

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:GSM:SIGN<i>:RFSettings:CHANnel

  • CONFigure:GSM:SIGN<i>:RFSettings:CHCCombined:TCH:CSWitched

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:ENABle

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:MAIO

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:HSN

  • CONFigure:GSM:SIGN<i>:RFSettings:HOPPing:SEQuence

The supported frequency range depends on the instrument model and the available options. The supported range can be smaller than stated here. Refer to the preface of your model-specific base unit manual.

param frequency

numeric Range: 70 MHz to 6 GHz , Unit: Hz

set_ml_offset(mix_lev_offset: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:MLOFfset
driver.configure.rfSettings.set_ml_offset(mix_lev_offset = 1.0)

Varies the input level of the mixer in the analyzer path. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:MLOFfset.

param mix_lev_offset

numeric Range: -10 dB to 10 dB, Unit: dB

set_umargin(user_margin: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:RFSettings:UMARgin
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 data sheet. For the combined signal path scenario, useCONFigure:GSM:SIGN<i>:RFSettings:UMARgin.

param user_margin

numeric Range: 0 dB to (55 dB + External Attenuation - Expected Nominal Power) , Unit: dB