External

SCPI Command :

CALibration<HW>:FREQuency:CONVerter:EXTernal
Commands in total: 4
Subgroups: 1
Direct child commands: 1
get_value() bool[source]
# CALibration<HW>:FREQuency:CONVerter:EXTernal
value: bool = driver.calibration.frequency.converter.external.get_value()

Queries the calibration state of the connected external instrument. External instrument can be for example an external frontend.

Returns:

success: 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
external_copy = driver.calibration.frequency.converter.external.clone()

Subgroups