Frequency<FrequencyLobe>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.source.afRf.generator.dialing.fdialing.frequency.repcap_frequencyLobe_get()
driver.source.afRf.generator.dialing.fdialing.frequency.repcap_frequencyLobe_set(repcap.FrequencyLobe.Nr1)

SCPI Command:

SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency:STONe
class FrequencyCls[source]

Frequency commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: FrequencyLobe, default value after init: FrequencyLobe.Nr1

get_stone() List[float][source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency:STONe
value: List[float] = driver.source.afRf.generator.dialing.fdialing.frequency.get_stone()

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

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: 60 Hz to 4000 Hz, Unit: Hz

set_stone(tones_frequency: List[float]) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIALing:FDIaling:FREQuency:STONe
driver.source.afRf.generator.dialing.fdialing.frequency.set_stone(tones_frequency = [1.1, 2.2, 3.3])

Assigns frequencies to the digits available for free dialing, tone type single 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: 60 Hz to 4000 Hz, Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.afRf.generator.dialing.fdialing.frequency.clone()

Subgroups