Dtmf

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:CFGenerator
CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:SLENgth
class DtmfCls[source]

Dtmf commands group definition. 5 total commands, 2 Subgroups, 2 group commands

get_cfgenerator() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:CFGenerator
value: bool = driver.configure.afRf.measurement.multiEval.tones.dtmf.get_cfgenerator()

Couples the DTMF tone settings of the analyzer to the corresponding generator settings.

return:

conf_from_gen: OFF | ON

get_slength() int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:SLENgth
value: int = driver.configure.afRf.measurement.multiEval.tones.dtmf.get_slength()

Specifies the expected length of the analyzed DTMF tone sequence (number of digits) .

return:

seq_length: Range: 1 to 42

set_cfgenerator(conf_from_gen: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:CFGenerator
driver.configure.afRf.measurement.multiEval.tones.dtmf.set_cfgenerator(conf_from_gen = False)

Couples the DTMF tone settings of the analyzer to the corresponding generator settings.

param conf_from_gen:

OFF | ON

set_slength(seq_length: int) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:SLENgth
driver.configure.afRf.measurement.multiEval.tones.dtmf.set_slength(seq_length = 1)

Specifies the expected length of the analyzed DTMF tone sequence (number of digits) .

param seq_length:

Range: 1 to 42

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.afRf.measurement.multiEval.tones.dtmf.clone()

Subgroups