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