Ulobe

SCPI Command :

[SOURce<HW>]:[BB]:ILS:[GS]:ULOBe:[FREQuency]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_frequency() float[source]
# [SOURce<HW>]:[BB]:ILS:[GS]:ULOBe:[FREQuency]
value: float = driver.source.bb.ils.gs.ulobe.get_frequency()

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

Returns:

frequency: float Range: 60 to 120

set_frequency(frequency: float) None[source]
# [SOURce<HW>]:[BB]:ILS:[GS]:ULOBe:[FREQuency]
driver.source.bb.ils.gs.ulobe.set_frequency(frequency = 1.0)

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

Parameters:

frequency – float Range: 60 to 120