RfSettings

SCPI Commands :

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

RfSettings commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_eattenuation() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:EATTenuation
value: float = driver.configure.nrSubMeas.rfSettings.get_eattenuation()

Defines an external attenuation (or gain, if the value is negative) , to be applied to the input connector.

return:

rf_input_ext_att: numeric External attenuation Range: -50 dB to 90 dB, Unit: dB

get_envelope_power() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:ENPower
value: float = driver.configure.nrSubMeas.rfSettings.get_envelope_power()

Sets the expected nominal power of the measured RF signal.

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]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:FOFFset
value: int = driver.configure.nrSubMeas.rfSettings.get_foffset()

Specifies a positive or negative frequency offset to be added to the carrier center frequency (method RsCmwNrFr1Meas. Configure.NrSubMeas.Cc.Frequency.set) .

return:

offset: numeric Range: -100 kHz to 100 kHz, Unit: Hz

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

No command help available

return:

analyzer_freq: No help available

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

Varies the input level of the mixer in the analyzer path.

return:

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

get_umargin() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:UMARgin
value: float = driver.configure.nrSubMeas.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.

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]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:EATTenuation
driver.configure.nrSubMeas.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.

param rf_input_ext_att:

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

set_envelope_power(exp_nom_pow: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:ENPower
driver.configure.nrSubMeas.rfSettings.set_envelope_power(exp_nom_pow = 1.0)

Sets the expected nominal power of the measured RF signal.

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]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:FOFFset
driver.configure.nrSubMeas.rfSettings.set_foffset(offset = 1)

Specifies a positive or negative frequency offset to be added to the carrier center frequency (method RsCmwNrFr1Meas. Configure.NrSubMeas.Cc.Frequency.set) .

param offset:

numeric Range: -100 kHz to 100 kHz, Unit: Hz

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

No command help available

param analyzer_freq:

No help available

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

Varies the input level of the mixer in the analyzer path.

param mix_lev_offset:

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

set_umargin(user_margin: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:RFSettings:UMARgin
driver.configure.nrSubMeas.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.

param user_margin:

numeric Range: 0 dB to (55 dB + external attenuation - expected nominal power) , Unit: dB