Dtone

SCPI Command:

SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency<Nr>:DTONe
class DtoneCls[source]

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

get(frequencyLobe=FrequencyLobe.Default) List[float][source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency<Nr>:DTONe
value: List[float] = driver.source.afRf.generator.dialing.fdialing.frequency.dtone.get(frequencyLobe = repcap.FrequencyLobe.Default)

Assigns frequencies to the digits available for free dialing, tone type dual tone.

param frequencyLobe:

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

return:

tones_frequency: Comma-separated list of 16 frequencies, assigned to the digits 0, 1, …, 9, A, …, F Specifying fewer frequencies leaves the remaining digits unchanged. Range: no=1/2: 60 Hz to 1000 Hz / 1200 Hz to 4000 Hz , Unit: Hz

set(tones_frequency: List[float], frequencyLobe=FrequencyLobe.Default) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency<Nr>:DTONe
driver.source.afRf.generator.dialing.fdialing.frequency.dtone.set(tones_frequency = [1.1, 2.2, 3.3], frequencyLobe = repcap.FrequencyLobe.Default)

Assigns frequencies to the digits available for free dialing, tone type dual tone.

param tones_frequency:

Comma-separated list of 16 frequencies, assigned to the digits 0, 1, …, 9, A, …, F Specifying fewer frequencies leaves the remaining digits unchanged. Range: no=1/2: 60 Hz to 1000 Hz / 1200 Hz to 4000 Hz , Unit: Hz

param frequencyLobe:

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