Frequency<FrequencyLobe>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.afRf.measurement.multiEval.tones.fdialing.frequency.repcap_frequencyLobe_get()
driver.configure.afRf.measurement.multiEval.tones.fdialing.frequency.repcap_frequencyLobe_set(repcap.FrequencyLobe.Nr1)

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:FDIaling:FREQuency:STONe
CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:FDIaling:FREQuency:RANGe
class FrequencyCls[source]

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

get_range() Bandwidth[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:FDIaling:FREQuency:RANGe
value: enums.Bandwidth = driver.configure.afRf.measurement.multiEval.tones.fdialing.frequency.get_range()

Sets the frequency range of the lowpass filter and bandpass filter for a free dialing dual-tone measurement as in table Table ‘Frequency range and measurement filters’.

return:

bandwidth: FR1K | FR1K1 | FR1K2 | FR1K3 | FR1K4 FR1K Frequency range 1.0 kHz FR1K1 | FR1K2 | FR1K3 | FR1K4 Frequency ranges 1.1 kHz to 1.4 kHz

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

Assigns single-tone frequencies to digits, for analysis of free-dialing tone sequences.

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_range(bandwidth: Bandwidth) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:TONes:FDIaling:FREQuency:RANGe
driver.configure.afRf.measurement.multiEval.tones.fdialing.frequency.set_range(bandwidth = enums.Bandwidth.FR1K)

Sets the frequency range of the lowpass filter and bandpass filter for a free dialing dual-tone measurement as in table Table ‘Frequency range and measurement filters’.

param bandwidth:

FR1K | FR1K1 | FR1K2 | FR1K3 | FR1K4 FR1K Frequency range 1.0 kHz FR1K1 | FR1K2 | FR1K3 | FR1K4 Frequency ranges 1.1 kHz to 1.4 kHz

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

Assigns single-tone frequencies to digits, for analysis of free-dialing tone sequences.

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.configure.afRf.measurement.multiEval.tones.fdialing.frequency.clone()

Subgroups