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)

No command help available

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)

No command help available

param eformat:

No help available

param fileNr:

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