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

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

param instrument:

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

return:

eformat: No help available

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

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

param eformat:

ASCii | XML Default value: XML

param instrument:

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