Frequency
SCPI Commands :
[SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:MODE
[SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:STEP
[SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_mode() RsSmbv.enums.AvionicCarrFreqMode [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:MODE value: enums.AvionicCarrFreqMode = driver.source.bb.ils.gslope.frequency.get_mode()
Sets the mode for the carrier frequency of the signal.
- return
mode: DECimal| USER| ICAO DECimal|USER Activates user-defined variation of the carrier frequency. ICAO Activates variation in predefined steps according to standard ILS transmitting frequencies (see Table ‘ILS ICAO channels and frequencies (MHz) ‘) .
- get_step() RsSmbv.enums.AvionicKnobStep [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:STEP value: enums.AvionicKnobStep = driver.source.bb.ils.gslope.frequency.get_step()
No command help available
- return
step: No help available
- get_value() float [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency value: float = driver.source.bb.ils.gslope.frequency.get_value()
Sets the carrier frequency of the signal.
- return
carrier_freq: float Range: 100E3 to 6E9
- set_mode(mode: RsSmbv.enums.AvionicCarrFreqMode) None [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:MODE driver.source.bb.ils.gslope.frequency.set_mode(mode = enums.AvionicCarrFreqMode.DECimal)
Sets the mode for the carrier frequency of the signal.
- param mode
DECimal| USER| ICAO DECimal|USER Activates user-defined variation of the carrier frequency. ICAO Activates variation in predefined steps according to standard ILS transmitting frequencies (see Table ‘ILS ICAO channels and frequencies (MHz) ‘) .
- set_step(step: RsSmbv.enums.AvionicKnobStep) None [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency:STEP driver.source.bb.ils.gslope.frequency.set_step(step = enums.AvionicKnobStep.DECimal)
No command help available
- param step
No help available
- set_value(carrier_freq: float) None [source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GSLope]:FREQuency driver.source.bb.ils.gslope.frequency.set_value(carrier_freq = 1.0)
Sets the carrier frequency of the signal.
- param carrier_freq
float Range: 100E3 to 6E9