Enable

SCPI Command:

TRACe:REMote:MODE:FILE<instrument>:ENABle
class EnableCls[source]

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

get(instrument=Instrument.Default) bool[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:ENABle
value: bool = driver.trace.remote.mode.file.enable.get(instrument = repcap.Instrument.Default)

Enables or disables tracing of the remote control interface to a file.

param instrument:

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

return:

benable: No help available

set(benable: bool, instrument=Instrument.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:ENABle
driver.trace.remote.mode.file.enable.set(benable = False, instrument = repcap.Instrument.Default)

Enables or disables tracing of the remote control interface to a file.

param benable:

1 | 0 1: Tracing is enabled. 0: Tracing is disabled. Default value: 0

param instrument:

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