Range

SCPI Commands :

[SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:LOWer
[SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:UPPer
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_lower() float[source]
# [SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:LOWer
value: float = driver.source.efrontend.alignment.file.frequency.range.get_lower()

Queries the upper/lower frequency range of IF values required at the connected external frontend. We recommend that you cover this range in the cable correction file.

Returns:

cable_corr_freq_lo: float

get_upper() float[source]
# [SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:UPPer
value: float = driver.source.efrontend.alignment.file.frequency.range.get_upper()

Queries the upper/lower frequency range of IF values required at the connected external frontend. We recommend that you cover this range in the cable correction file.

Returns:

cable_corr_freq_up: float