Range

SCPI Commands :

[SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:LOWer
[SOURce<HW>]:EFRontend:ALIGnment:FILE:FREQuency:RANGe:UPPer
class RangeCls[source]

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

get_lower() float[source]
# SCPI: [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 *.s2p file.

return

cable_corr_freq_lo: float

get_upper() float[source]
# SCPI: [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 *.s2p file.

return

cable_corr_freq_up: float