Enable

SCPI Command:

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

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

class EnableStruct[source]

Response structure. Fields:

  • Enable_Left: bool: OFF | ON Disable or enable filter for left SPDIF channel

  • Enable_Right: bool: OFF | ON Disable or enable filter for right SPDIF channel

get() EnableStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:BPASs:ENABle
value: EnableStruct = driver.configure.afRf.measurement.spdif.filterPy.bpass.enable.get()

Enables or disables the variable bandpass filter in the SPDIF input path.

return:

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

set(enable_left: bool, enable_right: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:BPASs:ENABle
driver.configure.afRf.measurement.spdif.filterPy.bpass.enable.set(enable_left = False, enable_right = False)

Enables or disables the variable bandpass filter in the SPDIF input path.

param enable_left:

OFF | ON Disable or enable filter for left SPDIF channel

param enable_right:

OFF | ON Disable or enable filter for right SPDIF channel