Mode

SCPI Command:

SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:DIALing:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(internalGen=InternalGen.Default) DialingMode[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:DIALing:MODE
value: enums.DialingMode = driver.source.afRf.generator.internalGenerator.dialing.mode.get(internalGen = repcap.InternalGen.Default)

Selects the dialing mode of an internal audio generator. This command is only relevant for non-dialing tone modes, for example tone mode ‘single tone’ plus dialing mode ‘DTMF’.

param internalGen:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InternalGenerator’)

return:

tone_type: DTMF | SELCall | FDIaling | SCAL DTMF DTMF sequence SELCall SelCall selective calling FDIaling Free dialing SCAL SELCAL selective calling

set(tone_type: DialingMode, internalGen=InternalGen.Default) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:DIALing:MODE
driver.source.afRf.generator.internalGenerator.dialing.mode.set(tone_type = enums.DialingMode.DTMF, internalGen = repcap.InternalGen.Default)

Selects the dialing mode of an internal audio generator. This command is only relevant for non-dialing tone modes, for example tone mode ‘single tone’ plus dialing mode ‘DTMF’.

param tone_type:

DTMF | SELCall | FDIaling | SCAL DTMF DTMF sequence SELCall SelCall selective calling FDIaling Free dialing SCAL SELCAL selective calling

param internalGen:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InternalGenerator’)