FormatPy

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:FORMat
class FormatPyCls[source]

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

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

Specifies the format of the target file for tracing of the remote interface for the specified subinstrument. The trace can be stored as ASCII file or as XML file.

param fileNr:

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

return:

eformat: No help available

set(eformat: RemoteTraceFileFormat, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:FORMat
driver.trace.remote.mode.file.formatPy.set(eformat = enums.RemoteTraceFileFormat.ASCii, fileNr = repcap.FileNr.Default)

Specifies the format of the target file for tracing of the remote interface for the specified subinstrument. The trace can be stored as ASCII file or as XML file.

param eformat:

No help available

param fileNr:

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