Llobe

SCPI Command :

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

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

get_frequency() float[source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GS]:LLOBe:[FREQuency]
value: float = driver.source.bb.ils.gs.llobe.get_frequency()

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

return

frequency: float Range: 100 to 200

set_frequency(frequency: float) None[source]
# SCPI: [SOURce<HW>]:[BB]:ILS:[GS]:LLOBe:[FREQuency]
driver.source.bb.ils.gs.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 glide slope modulation signal.

param frequency

float Range: 100 to 200