Power

SCPI Commands :

SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:MODE
SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:STEP
Commands in total: 5
Subgroups: 2
Direct child commands: 2
get_mode() RfPortValType[source]
# SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:MODE
value: enums.RfPortValType = driver.sconfiguration.rfAlignment.setup.info.calibration.power.get_mode()

Queries the method used to be defined the calibrated frequency and PEP ranges.

Returns:

mode: RANGe | LIST RANGe Range, see: method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.frequency.range.lower() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.frequency.range.upper() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.frequency.step() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.power.range.lower() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.power.range.upper() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.power.step() LIST List, see: method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.frequency.listPy.values() method RsSmw.sconfiguration.rfAlignment.setup.info.calibration.power.listPy.values()

get_step() float[source]
# SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:STEP
value: float = driver.sconfiguration.rfAlignment.setup.info.calibration.power.get_step()

Queries the frequency/PEP step size with that the calibration values are selected from the defined value range.

Returns:

pep_step: float

Cloning the Group

# Create a copy of the original group, that exists independently
power_copy = driver.sconfiguration.rfAlignment.setup.info.calibration.power.clone()

Subgroups