RfSettings

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:CONNector
CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:FREQuency
CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:ENPower
class RfSettingsCls[source]

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

get_connector() XrtInputConnector[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:CONNector
value: enums.XrtInputConnector = driver.configure.vse.measurement.xrt.rfSettings.get_connector()

Selects the input connector at the R&S CMW100 available for CMA-XRT100 configuration.

return:

input_connector: RF1 | RF2 | RF3 | RF4 | RF5 | RF6 | RF7 | RF8

get_envelope_power() float[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:ENPower
value: float = driver.configure.vse.measurement.xrt.rfSettings.get_envelope_power()

Sets the expected nominal power of the measured RF signal for CMA-XRT100 configuration. The allowed range depends on several other settings, for example on the selected connector and the external attenuation. For supported ranges, refer to the data sheet.

return:

exp_nominal_power: Unit: dBm

get_frequency() float[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:FREQuency
value: float = driver.configure.vse.measurement.xrt.rfSettings.get_frequency()

Sets the center frequency of the RF analyzer for CMA-XRT100 configuration.

return:

frequency: Range: 7E+7 Hz to 6 GHz, Unit: Hz

set_connector(input_connector: XrtInputConnector) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:CONNector
driver.configure.vse.measurement.xrt.rfSettings.set_connector(input_connector = enums.XrtInputConnector.RF1)

Selects the input connector at the R&S CMW100 available for CMA-XRT100 configuration.

param input_connector:

RF1 | RF2 | RF3 | RF4 | RF5 | RF6 | RF7 | RF8

set_envelope_power(exp_nominal_power: float) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:XRT:RFSettings:ENPower
driver.configure.vse.measurement.xrt.rfSettings.set_envelope_power(exp_nominal_power = 1.0)

Sets the expected nominal power of the measured RF signal for CMA-XRT100 configuration. The allowed range depends on several other settings, for example on the selected connector and the external attenuation. For supported ranges, refer to the data sheet.

param exp_nominal_power:

Unit: dBm

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

Sets the center frequency of the RF analyzer for CMA-XRT100 configuration.

param frequency:

Range: 7E+7 Hz to 6 GHz, Unit: Hz