Marker
SCPI Commands :
[SOURce<HW>]:[BB]:[ILS]:MBEacon:MARKer:FREQuency
[SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:DEPTh
[SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:PULSed
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_depth() float[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:DEPTh value: float = driver.source.bb.ils.mbeacon.marker.get_depth()
Sets the modulation depth of the marker signal for the ILS marker beacon signal.
- Returns:
depth: float Range: 0 to 100
- get_frequency() AvionicMkrBcnMarkFreq[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:MARKer:FREQuency value: enums.AvionicMkrBcnMarkFreq = driver.source.bb.ils.mbeacon.marker.get_frequency()
Sets the modulation frequency of the marker signal for the ILS marker beacon modulation signal.
- Returns:
frequency: 400 | 1300 | 3000 Unit: Hz
- get_pulsed() bool[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:PULSed value: bool = driver.source.bb.ils.mbeacon.marker.get_pulsed()
Activates the modulation of a pulsed marker signal (morse coding) .
- Returns:
pulsed: 1 | ON | 0| OFF
- set_depth(depth: float) None[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:DEPTh driver.source.bb.ils.mbeacon.marker.set_depth(depth = 1.0)
Sets the modulation depth of the marker signal for the ILS marker beacon signal.
- Parameters:
depth – float Range: 0 to 100
- set_frequency(frequency: AvionicMkrBcnMarkFreq) None[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:MARKer:FREQuency driver.source.bb.ils.mbeacon.marker.set_frequency(frequency = enums.AvionicMkrBcnMarkFreq._1300)
Sets the modulation frequency of the marker signal for the ILS marker beacon modulation signal.
- Parameters:
frequency – 400 | 1300 | 3000 Unit: Hz
- set_pulsed(pulsed: bool) None[source]
# [SOURce<HW>]:[BB]:[ILS]:MBEacon:[MARKer]:PULSed driver.source.bb.ils.mbeacon.marker.set_pulsed(pulsed = False)
Activates the modulation of a pulsed marker signal (morse coding) .
- Parameters:
pulsed – 1 | ON | 0| OFF