Code

SCPI Commands :

[SOURce<HW>]:[BB]:VOR:COMid:CODE:STATe
[SOURce<HW>]:[BB]:VOR:COMid:CODE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:[BB]:VOR:COMid:CODE:STATe
value: bool = driver.source.bb.vor.comid.code.get_state()

No help available

get_value() str[source]
# [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) .

Returns:

code: string

set_state(state: bool) None[source]
# [SOURce<HW>]:[BB]:VOR:COMid:CODE:STATe
driver.source.bb.vor.comid.code.set_state(state = False)

No help available

set_value(code: str) None[source]
# [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) .

Parameters:

code – string