Enable

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:NOTCh<Num>:ENABle
class EnableCls[source]

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

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

Enables 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_enable: OFF | ON

set(notch_filter_enable: bool, notch=Notch.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DEModulation:FILTer:NOTCh<Num>:ENABle
driver.configure.afRf.measurement.demodulation.filterPy.notch.enable.set(notch_filter_enable = False, notch = repcap.Notch.Default)

Enables the notch filters 1, 2 or 3 of the ‘Demod’ path.

param notch_filter_enable:

OFF | ON

param notch:

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