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)

No command help available

param fileNr:

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

return:

estop_mode: No help available

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)

No command help available

param estop_mode:

No help available

param fileNr:

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