Enable

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SOUT: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 Switches the left channel off or on

  • Enable_Right: bool: OFF | ON Switches the right channel off or on

get() EnableStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SOUT:ENABle
value: EnableStruct = driver.configure.afRf.measurement.sout.enable.get()

Enables or disables the channels of the SPDIF OUT connector.

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>:SOUT:ENABle
driver.configure.afRf.measurement.sout.enable.set(enable_left = False, enable_right = False)

Enables or disables the channels of the SPDIF OUT connector.

param enable_left:

OFF | ON Switches the left channel off or on

param enable_right:

OFF | ON Switches the right channel off or on