Fdeviation

SCPI Command:

SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation:ENABle
SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation
class FdeviationCls[source]

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

get_enable() bool[source]
# SCPI: SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation:ENABle
value: bool = driver.source.avionics.generator.vor.afSettings.reference.fdeviation.get_enable()

Enables or disables the modulation of the FM subcarrier with the REF signal.

return:

vor_freq_deviation: OFF | ON

get_value() float[source]
# SCPI: SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation
value: float = driver.source.avionics.generator.vor.afSettings.reference.fdeviation.get_value()

Sets the frequency deviation of the REF signal on the FM subcarrier.

return:

vor_freq_deviation: Range: 300 Hz to 600 Hz, Unit: Hz

set_enable(vor_freq_deviation: bool) None[source]
# SCPI: SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation:ENABle
driver.source.avionics.generator.vor.afSettings.reference.fdeviation.set_enable(vor_freq_deviation = False)

Enables or disables the modulation of the FM subcarrier with the REF signal.

param vor_freq_deviation:

OFF | ON

set_value(vor_freq_deviation: float) None[source]
# SCPI: SOURce:AVIonics:GENerator<Instance>:VOR:AFSettings:REFerence:FDEViation
driver.source.avionics.generator.vor.afSettings.reference.fdeviation.set_value(vor_freq_deviation = 1.0)

Sets the frequency deviation of the REF signal on the FM subcarrier.

param vor_freq_deviation:

Range: 300 Hz to 600 Hz, Unit: Hz