Enable

SCPI Command:

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

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

class EnableStruct[source]

Response structure. Fields:

  • Test_Left: bool: OFF | ON Switches the left channel off or on

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

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

Enables or disables the channels of the SPDIF IN connector.

return:

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

set(test_left: bool, test_right: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SIN:ENABle
driver.configure.afRf.measurement.spdif.enable.set(test_left = False, test_right = False)

Enables or disables the channels of the SPDIF IN connector.

param test_left:

OFF | ON Switches the left channel off or on

param test_right:

OFF | ON Switches the right channel off or on