Functions

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:FUNCtions
class FunctionsCls[source]

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

get(fileNr=FileNr.Default) bool[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:FUNCtions
value: bool = driver.trace.remote.mode.file.functions.get(fileNr = repcap.FileNr.Default)

No command help available

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>:FUNCtions
driver.trace.remote.mode.file.functions.set(benable = False, fileNr = repcap.FileNr.Default)

No command help available

param benable:

No help available

param fileNr:

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