RobustAuto

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:ROBustauto
class RobustAutoCls[source]

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

class RobustAutoStruct[source]

Response structure. Fields:

  • Automatic_Mode_Left: bool: OFF | ON

  • Automatic_Mode_Right: bool: OFF | ON

get() RobustAutoStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:ROBustauto
value: RobustAutoStruct = driver.configure.afRf.measurement.spdif.filterPy.robustAuto.get()

Enables or disables robust automatic mode for distortion signal filtering in the SPDIF input path.

return:

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

set(automatic_mode_left: bool, automatic_mode_right: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:FILTer:ROBustauto
driver.configure.afRf.measurement.spdif.filterPy.robustAuto.set(automatic_mode_left = False, automatic_mode_right = False)

Enables or disables robust automatic mode for distortion signal filtering in the SPDIF input path.

param automatic_mode_left:

OFF | ON

param automatic_mode_right:

OFF | ON