Frequency

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:NOTCh<Num>:FREQuency
class FrequencyCls[source]

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

get(notch=Notch.Default) float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:NOTCh<Num>:FREQuency
value: float = driver.configure.afRf.measurement.demodulation.filterPy.notch.frequency.get(notch = repcap.Notch.Default)

Sets the frequency for the notch filters 1, 2 or 3 of the ‘Demod’ path.

param notch:

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

return:

notch_filter_frequency: Range: 5 Hz to 21000 Hz, Unit: Hz

set(notch_filter_frequency: float, notch=Notch.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:NOTCh<Num>:FREQuency
driver.configure.afRf.measurement.demodulation.filterPy.notch.frequency.set(notch_filter_frequency = 1.0, notch = repcap.Notch.Default)

Sets the frequency for the notch filters 1, 2 or 3 of the ‘Demod’ path.

param notch_filter_frequency:

Range: 5 Hz to 21000 Hz, Unit: Hz

param notch:

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