Code
SCPI Commands :
[SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE:STATe
[SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE
- class CodeCls[source]
Code commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE:STATe value: bool = driver.source.bb.ils.localizer.comid.code.get_state()
No command help available
- return
state: No help available
- get_value() str [source]
# SCPI: [SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE value: str = driver.source.bb.ils.localizer.comid.code.get_value()
Sets the coding of the COM/ID signal by the international short name of the airport (e.g. MUC for the Munich airport) . The COM/ID tone is sent according to the selected code, see ‘Morse code settings’. If no coding is set, the COM/ID tone is sent uncoded (key down) .
- return
code: string
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE:STATe driver.source.bb.ils.localizer.comid.code.set_state(state = False)
No command help available
- param state
No help available
- set_value(code: str) None [source]
# SCPI: [SOURce<HW>]:[BB]:[ILS]:LOCalizer:COMid:CODE driver.source.bb.ils.localizer.comid.code.set_value(code = 'abc')
Sets the coding of the COM/ID signal by the international short name of the airport (e.g. MUC for the Munich airport) . The COM/ID tone is sent according to the selected code, see ‘Morse code settings’. If no coding is set, the COM/ID tone is sent uncoded (key down) .
- param code
string