Parser

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:PARSer
class ParserCls[source]

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

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

No command help available

param fileNr:

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

return:

benable: No help available

set(benable: bool, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:PARSer
driver.trace.remote.mode.file.parser.set(benable = False, fileNr = repcap.FileNr.Default)

No command help available

param benable:

No help available

param fileNr:

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