External

SCPI Command :

CALibration<HW>:FREQuency:CONVerter:EXTernal
class ExternalCls[source]

External commands group definition. 4 total commands, 1 Subgroups, 1 group commands

get_value() bool[source]
# SCPI: 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.

return

success: 1| ON| 0| OFF

Cloning the Group

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

Subgroups