Range
SCPI Commands :
SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:LOWer
SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:UPPer
- class RangeCls[source]
Range commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_lower() float [source]
# SCPI: SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:LOWer value: float = driver.sconfiguration.rfAlignment.setup.info.calibration.power.range.get_lower()
Queries the min and max frequency and PEP values that define the calibrated range.
- return
pep_min: float
- get_upper() float [source]
# SCPI: SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:UPPer value: float = driver.sconfiguration.rfAlignment.setup.info.calibration.power.range.get_upper()
Queries the min and max frequency and PEP values that define the calibrated range.
- return
pep_max: float