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(fileNr=FileNr.Default) RemoteTraceStopMode[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STOPmode
value: enums.RemoteTraceStopMode = driver.trace.remote.mode.file.stopMode.get(fileNr = repcap.FileNr.Default)

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

param fileNr:

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 the command method RsCmwBase.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: RemoteTraceStopMode, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STOPmode
driver.trace.remote.mode.file.stopMode.set(estop_mode = enums.RemoteTraceStopMode.AUTO, fileNr = repcap.FileNr.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 the command method RsCmwBase.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 fileNr:

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