Range

SCPI Commands :

SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:LOWer
SCONfiguration:RFALignment:SETup:INFO:CALibration:POWer:RANGe:UPPer
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_lower() float[source]
# 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.

Returns:

pep_min: float

get_upper() float[source]
# 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.

Returns:

pep_max: float