Code

SCPI Commands :

[SOURce<HW>]:[BB]:VOR:COMid:CODE:STATe
[SOURce<HW>]:[BB]:VOR: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]:VOR:COMid:CODE:STATe
value: bool = driver.source.bb.vor.comid.code.get_state()

No command help available

return

state: No help available

get_value() str[source]
# SCPI: [SOURce<HW>]:[BB]:VOR:COMid:CODE
value: str = driver.source.bb.vor.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]:VOR:COMid:CODE:STATe
driver.source.bb.vor.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]:VOR:COMid:CODE
driver.source.bb.vor.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