Frequency
SCPI Commands :
[SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MAX
[SOURce<HW>]:FREQuency:CONVerter:EXTernal:OVERrange:FREQuency:MIN
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_max() float[source]
# [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.
- Returns:
overrang_freq_max: float Range: OverrangeMin to OverrangeMax
- get_min() float[source]
# [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.
- Returns:
overrang_min_freq: float Range: OverrangeMin to OverrangeMax