Llobe

SCPI Command :

[SOURce<HW>]:ILS:LOCalizer:LLOBe:[FREQuency]
class LlobeCls[source]

Llobe commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_frequency() float[source]
# SCPI: [SOURce<HW>]:ILS:LOCalizer:LLOBe:[FREQuency]
value: float = driver.source.ils.localizer.llobe.get_frequency()

Sets the modulation frequency of the antenna lobe arranged at the bottom viewed from the air plane for the ILS localizer modulation signal.

return:

frequency: float Range: 60 to 120

set_frequency(frequency: float) None[source]
# SCPI: [SOURce<HW>]:ILS:LOCalizer:LLOBe:[FREQuency]
driver.source.ils.localizer.llobe.set_frequency(frequency = 1.0)

Sets the modulation frequency of the antenna lobe arranged at the bottom viewed from the air plane for the ILS localizer modulation signal.

param frequency:

float Range: 60 to 120