Calibrated

SCPI Command :

SOURce<HW>:RFALignment:CALibrated:FREQuency
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_frequency() float[source]
# SOURce<HW>:RFALignment:CALibrated:FREQuency
value: float = driver.source.rfAlignment.calibrated.get_frequency()

Queries the frequency for that the calibration data is valid.

Returns:

calibrated_freq: float

Cloning the Group

# Create a copy of the original group, that exists independently
calibrated_copy = driver.source.rfAlignment.calibrated.clone()

Subgroups