StartMode

SCPI Command :

TRACe:REMote:MODE:FILE<instrument>:STARtmode
class StartModeCls[source]

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

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

Specifies whether tracing is started automatically or manually.

param fileNr:

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

return:

estart_mode: AUTO | EXPLicit AUTO: Start tracing automatically when the instrument is started. EXPLicit: Start tracing via the command method RsCmwBase.Trace.Remote.Mode.File.Enable.set. Default value: EXPLicit

set(estart_mode: RemoteTraceStartMode, fileNr=FileNr.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STARtmode
driver.trace.remote.mode.file.startMode.set(estart_mode = enums.RemoteTraceStartMode.AUTO, fileNr = repcap.FileNr.Default)

Specifies whether tracing is started automatically or manually.

param estart_mode:

AUTO | EXPLicit AUTO: Start tracing automatically when the instrument is started. EXPLicit: Start tracing via the command method RsCmwBase.Trace.Remote.Mode.File.Enable.set. Default value: EXPLicit

param fileNr:

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