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(fileNr=FileNr.Default) bool[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:ENABle
value: bool = driver.trace.remote.mode.file.enable.get(fileNr = repcap.FileNr.Default)

Enable or disable tracing of the remote interface to a file for the specified subinstrument.

param fileNr:

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

return:

benable: No help available

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

Enable or disable tracing of the remote interface to a file for the specified subinstrument.

param benable:

No help available

param fileNr:

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