Name

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:NAME
class NameCls[source]

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

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

Specify path and name of the target file for tracing of the remote interface. For different subinstruments, specify different files. If you specify a new target file while tracing, the old target file is closed, the new file is created and tracing is continued with the new file.

param fileNr:

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

return:

bs_file_path: No help available

set(bs_file_path: str, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:NAME
driver.trace.remote.mode.file.name.set(bs_file_path = 'abc', fileNr = repcap.FileNr.Default)

Specify path and name of the target file for tracing of the remote interface. For different subinstruments, specify different files. If you specify a new target file while tracing, the old target file is closed, the new file is created and tracing is continued with the new file.

param bs_file_path:

No help available

param fileNr:

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