Comid

SCPI Commands :

[SOURce<HW>]:ADF:COMid:CODE
[SOURce<HW>]:ADF:COMid:DASH
[SOURce<HW>]:ADF:COMid:DEPTh
[SOURce<HW>]:ADF:COMid:DOT
[SOURce<HW>]:ADF:COMid:FREQuency
[SOURce<HW>]:ADF:COMid:LETTer
[SOURce<HW>]:ADF:COMid:PERiod
[SOURce<HW>]:ADF:COMid:SYMBol
[SOURce<HW>]:ADF:COMid:TSCHema
[SOURce<HW>]:ADF:COMid:[STATe]
class ComidCls[source]

Comid commands group definition. 10 total commands, 0 Subgroups, 10 group commands

get_code() str[source]
# SCPI: [SOURce<HW>]:ADF:COMid:CODE
value: str = driver.source.adf.comid.get_code()

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

get_dash() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DASH
value: float = driver.source.adf.comid.get_dash()

Sets the length of a Morse code dash.

return:

dash: float Range: 50E-3 to 1

get_depth() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DEPTh
value: float = driver.source.adf.comid.get_depth()

Sets the AM modulation depth of the COM/ID signal.

return:

depth: float Range: 0 to 100

get_dot() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DOT
value: float = driver.source.adf.comid.get_dot()

Sets the length of a Morse code dot.

return:

dot: float Range: 50E-3 to 1

get_frequency() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:FREQuency
value: float = driver.source.adf.comid.get_frequency()

Sets the frequency of the COM/ID signal.

return:

frequency: float Range: 0.1 to 20E3

get_letter() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:LETTer
value: float = driver.source.adf.comid.get_letter()

Sets the length of a Morse code letter space.

return:

letter: float Range: 50E-3 to 1

get_period() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:PERiod
value: float = driver.source.adf.comid.get_period()

Sets the period of the COM/ID signal.

return:

period: float Range: 0 to 120

get_state() bool[source]
# SCPI: [SOURce<HW>]:ADF:COMid:[STATe]
value: bool = driver.source.adf.comid.get_state()

Enables/disables the COM/ID signal.

return:

state: 1| ON| 0| OFF

get_symbol() float[source]
# SCPI: [SOURce<HW>]:ADF:COMid:SYMBol
value: float = driver.source.adf.comid.get_symbol()

Sets the length of the Morse code symbol space.

return:

symbol: float Range: 50E-3 to 1

get_tschema() AvionicComIdTimeSchem[source]
# SCPI: [SOURce<HW>]:ADF:COMid:TSCHema
value: enums.AvionicComIdTimeSchem = driver.source.adf.comid.get_tschema()

Sets the time schema of the Morse code for the COM/ID signal.

return:

tschema: STD| USER

set_code(code: str) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:CODE
driver.source.adf.comid.set_code(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

set_dash(dash: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DASH
driver.source.adf.comid.set_dash(dash = 1.0)

Sets the length of a Morse code dash.

param dash:

float Range: 50E-3 to 1

set_depth(depth: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DEPTh
driver.source.adf.comid.set_depth(depth = 1.0)

Sets the AM modulation depth of the COM/ID signal.

param depth:

float Range: 0 to 100

set_dot(dot: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:DOT
driver.source.adf.comid.set_dot(dot = 1.0)

Sets the length of a Morse code dot.

param dot:

float Range: 50E-3 to 1

set_frequency(frequency: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:FREQuency
driver.source.adf.comid.set_frequency(frequency = 1.0)

Sets the frequency of the COM/ID signal.

param frequency:

float Range: 0.1 to 20E3

set_letter(letter: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:LETTer
driver.source.adf.comid.set_letter(letter = 1.0)

Sets the length of a Morse code letter space.

param letter:

float Range: 50E-3 to 1

set_period(period: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:PERiod
driver.source.adf.comid.set_period(period = 1.0)

Sets the period of the COM/ID signal.

param period:

float Range: 0 to 120

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:[STATe]
driver.source.adf.comid.set_state(state = False)

Enables/disables the COM/ID signal.

param state:

1| ON| 0| OFF

set_symbol(symbol: float) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:SYMBol
driver.source.adf.comid.set_symbol(symbol = 1.0)

Sets the length of the Morse code symbol space.

param symbol:

float Range: 50E-3 to 1

set_tschema(tschema: AvionicComIdTimeSchem) None[source]
# SCPI: [SOURce<HW>]:ADF:COMid:TSCHema
driver.source.adf.comid.set_tschema(tschema = enums.AvionicComIdTimeSchem.STD)

Sets the time schema of the Morse code for the COM/ID signal.

param tschema:

STD| USER