Calibrated
SCPI Command :
SOURce<HW>:RFALignment:CALibrated:FREQuency
- class CalibratedCls[source]
Calibrated commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_frequency() float [source]
# SCPI: SOURce<HW>:RFALignment:CALibrated:FREQuency value: float = driver.source.rfAlignment.calibrated.get_frequency()
Queries the frequency for that the calibration data is valid.
- return:
calibrated_freq: float
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.rfAlignment.calibrated.clone()
Subgroups