Frequency

SCPI Commands :

[SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MAX
[SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MIN
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_max() float[source]
# SCPI: [SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MAX
value: float = driver.source.frequency.converter.external.overrange.frequency.get_max()

Indicates the minimum and maximum frequency range values of the connected external instrument. The frequency overrange is based on the calibration data of the specific device.

return

overrang_freq_max: float Range: OverrangeMin to OverrangeMax

get_min() float[source]
# SCPI: [SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MIN
value: float = driver.source.frequency.converter.external.overrange.frequency.get_min()

Indicates the minimum frequency value of the connected external instrument. The frequency overrange is based on the calibration data of the specific device.

return

overrang_min_freq: float Range: OverrangeMin to OverrangeMax