Rlobe

SCPI Command :

[SOURce<HW>]:[BB]:ILS:LOCalizer:RLOBe:[FREQuency]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_frequency() float[source]
# [SOURce<HW>]:[BB]:ILS:LOCalizer:RLOBe:[FREQuency]
value: float = driver.source.bb.ils.localizer.rlobe.get_frequency()

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

Returns:

frequency: float Range: 100 to 200

set_frequency(frequency: float) None[source]
# [SOURce<HW>]:[BB]:ILS:LOCalizer:RLOBe:[FREQuency]
driver.source.bb.ils.localizer.rlobe.set_frequency(frequency = 1.0)

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

Parameters:

frequency – float Range: 100 to 200