Power

SCPI Commands :

SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:MODE
SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:STEP
class PowerCls[source]

Power commands group definition. 5 total commands, 2 Subgroups, 2 group commands

get_mode() RsSmw.enums.RfPortValType[source]
# SCPI: 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.

return

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]
# SCPI: 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.

return

pep_step: float

Cloning the Group

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

Subgroups