Notch

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:FILTer:NOTCh:PATH
class NotchCls[source]

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

get_path() NotchPath[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:FILTer:NOTCh:PATH
value: enums.NotchPath = driver.configure.afRf.measurement.filterPy.notch.get_path()

Selects the active path for the notch filters in the ‘AF IN’, ‘SPDIF IN’ and ‘VoIP’ subtabs.

return:

path: AF | SPDIF | VoIP

set_path(path: NotchPath) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:FILTer:NOTCh:PATH
driver.configure.afRf.measurement.filterPy.notch.set_path(path = enums.NotchPath.AF)

Selects the active path for the notch filters in the ‘AF IN’, ‘SPDIF IN’ and ‘VoIP’ subtabs.

param path:

AF | SPDIF | VoIP