Frequency

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency:RESet
CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_value() List[float][source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency
value: List[float] = driver.configure.afRf.measurement.multiEval.tones.dtmf.frequency.get_value()

Configures the user-defined tone table for DTMF. To enable the table, see method RsCma.Configure.AfRf.Measurement. MultiEval.Tones.Dtmf.UserDefined.enable.

return:

frequency: Comma-separated list of up to 8 frequencies You can specify fewer than 8 values to configure only the beginning of the tone table. Range: see table , Unit: Hz

reset() None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency:RESet
driver.configure.afRf.measurement.multiEval.tones.dtmf.frequency.reset()

Triggers a reset of user-defined frequency values to the default frequency values of the DTMF standard.

reset_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency:RESet
driver.configure.afRf.measurement.multiEval.tones.dtmf.frequency.reset_with_opc()

Triggers a reset of user-defined frequency values to the default frequency values of the DTMF standard.

Same as reset, but waits for the operation to complete before continuing further. Use the RsCma.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

set_value(frequency: List[float]) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:DTMF:FREQuency
driver.configure.afRf.measurement.multiEval.tones.dtmf.frequency.set_value(frequency = [1.1, 2.2, 3.3])

Configures the user-defined tone table for DTMF. To enable the table, see method RsCma.Configure.AfRf.Measurement. MultiEval.Tones.Dtmf.UserDefined.enable.

param frequency:

Comma-separated list of up to 8 frequencies You can specify fewer than 8 values to configure only the beginning of the tone table. Range: see table , Unit: Hz