Enable

SCPI Command:

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

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

class EnableStruct[source]

Response structure. Fields:

  • Filter_Left_Enable: bool: OFF | ON

  • Filter_Right_Enable: bool: OFF | ON

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

Enables the notch filters 1, 2 or 3 of the left SPDIF IN or right SPDIF IN connectors.

param notch:

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

return:

structure: for return value, see the help for EnableStruct structure arguments.

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

Enables the notch filters 1, 2 or 3 of the left SPDIF IN or right SPDIF IN connectors.

param filter_left_enable:

OFF | ON

param filter_right_enable:

OFF | ON

param notch:

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