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(instrument=Instrument.Default) str[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:NAME
value: str = driver.trace.remote.mode.file.name.get(instrument = repcap.Instrument.Default)

Specifies path and name of the target file for tracing of the remote control interface. 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 instrument:

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

return:

bs_file_path: No help available

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

Specifies path and name of the target file for tracing of the remote control interface. 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:

String parameter specifying path and name of the file Default value: ‘D:/Rohde-Schwarz/CMA/Log/version/RemoteTrace-Inst0.xml’

param instrument:

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