Enable

SCPI Command:

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

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

get(audioOutput=AudioOutput.Default) bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT<nr>:ENABle
value: bool = driver.configure.afRf.measurement.audioOutput.enable.get(audioOutput = repcap.AudioOutput.Default)

Enables or disables an AF OUT connector.

param audioOutput:

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

return:

enable: OFF | ON Switches the connector off or on

set(enable: bool, audioOutput=AudioOutput.Default) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:AOUT<nr>:ENABle
driver.configure.afRf.measurement.audioOutput.enable.set(enable = False, audioOutput = repcap.AudioOutput.Default)

Enables or disables an AF OUT connector.

param enable:

OFF | ON Switches the connector off or on

param audioOutput:

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