Frequency
SCPI Commands :
CALibration:FREQuency:SWPoints
CALibration<HW>:FREQuency:[MEASure]
- class FrequencyCls[source]
Frequency commands group definition. 6 total commands, 1 Subgroups, 2 group commands
- get_measure() bool [source]
# SCPI: CALibration<HW>:FREQuency:[MEASure] value: bool = driver.calibration.frequency.get_measure()
No command help available
- return
measure: No help available
- get_sw_points() str [source]
# SCPI: CALibration:FREQuency:SWPoints value: str = driver.calibration.frequency.get_sw_points()
No command help available
- return
freq_switch_point: No help available
- set_sw_points(freq_switch_point: str) None [source]
# SCPI: CALibration:FREQuency:SWPoints driver.calibration.frequency.set_sw_points(freq_switch_point = 'abc')
No command help available
- param freq_switch_point
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.calibration.frequency.clone()
Subgroups