Frequency

SCPI Commands :

[SOURce<HW>]:BB:VOR:FREQuency:MODE
[SOURce<HW>]:[BB]:VOR:FREQuency:STEP
[SOURce<HW>]:BB:VOR:FREQuency
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_mode() AvionicCarrFreqMode[source]
# [SOURce<HW>]:BB:VOR:FREQuency:MODE
value: enums.AvionicCarrFreqMode = driver.source.bb.vor.frequency.get_mode()

Sets the mode for the carrier frequency of the signal.

Returns:

mode: DECimal | ICAO DECimal Activates user-defined variation of the carrier frequency. ICAO Activates variation in predefined steps according to standard VOR transmitting frequencies (see Table ‘VOR ICAO channels and frequencies (MHz) ‘) .

get_step() AvionicKnobStep[source]
# [SOURce<HW>]:[BB]:VOR:FREQuency:STEP
value: enums.AvionicKnobStep = driver.source.bb.vor.frequency.get_step()

No help available

get_value() float[source]
# [SOURce<HW>]:BB:VOR:FREQuency
value: float = driver.source.bb.vor.frequency.get_value()

Sets the carrier frequency of the signal.

Returns:

carrier_freq: float Range: 100E3 to 6E9

set_mode(mode: AvionicCarrFreqMode) None[source]
# [SOURce<HW>]:BB:VOR:FREQuency:MODE
driver.source.bb.vor.frequency.set_mode(mode = enums.AvionicCarrFreqMode.DECimal)

Sets the mode for the carrier frequency of the signal.

Parameters:

mode – DECimal | ICAO DECimal Activates user-defined variation of the carrier frequency. ICAO Activates variation in predefined steps according to standard VOR transmitting frequencies (see Table ‘VOR ICAO channels and frequencies (MHz) ‘) .

set_step(step: AvionicKnobStep) None[source]
# [SOURce<HW>]:[BB]:VOR:FREQuency:STEP
driver.source.bb.vor.frequency.set_step(step = enums.AvionicKnobStep.DECimal)

No help available

set_value(carrier_freq: float) None[source]
# [SOURce<HW>]:BB:VOR:FREQuency
driver.source.bb.vor.frequency.set_value(carrier_freq = 1.0)

Sets the carrier frequency of the signal.

Parameters:

carrier_freq – float Range: 100E3 to 6E9