StopMode

SCPI Command:

TRACe:REMote:MODE:FILE<instrument>:STOPmode
class StopModeCls[source]

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

get(instrument=Instrument.Default) EstopMode[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STOPmode
value: enums.EstopMode = driver.trace.remote.mode.file.stopMode.get(instrument = repcap.Instrument.Default)

Specifies how / when tracing is stopped and the trace file is closed.

param instrument:

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

return:

estop_mode: AUTO | EXPLicit | ERRor | BUFFerfull AUTO Stop tracing automatically when the instrument is shut down. EXPLicit Stop tracing via method RsCma.Trace.Remote.Mode.File.Enable.set. ERRor Stop tracing when a SCPI error occurs. BUFFerfull Stop tracing when the maximum file size is reached. Default value: EXPLicit

set(estop_mode: EstopMode, instrument=Instrument.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STOPmode
driver.trace.remote.mode.file.stopMode.set(estop_mode = enums.EstopMode.AUTO, instrument = repcap.Instrument.Default)

Specifies how / when tracing is stopped and the trace file is closed.

param estop_mode:

AUTO | EXPLicit | ERRor | BUFFerfull AUTO Stop tracing automatically when the instrument is shut down. EXPLicit Stop tracing via method RsCma.Trace.Remote.Mode.File.Enable.set. ERRor Stop tracing when a SCPI error occurs. BUFFerfull Stop tracing when the maximum file size is reached. Default value: EXPLicit

param instrument:

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