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(instrument=Instrument.Default) EstartMode[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STARtmode
value: enums.EstartMode = driver.trace.remote.mode.file.startMode.get(instrument = repcap.Instrument.Default)

Specifies whether tracing is started automatically or manually.

param instrument:

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 RsCma.Trace.Remote.Mode.File.Enable.set. Default value: EXPLicit

set(estart_mode: EstartMode, instrument=Instrument.Default) None[source]
# SCPI: TRACe:REMote:MODE:FILE<instrument>:STARtmode
driver.trace.remote.mode.file.startMode.set(estart_mode = enums.EstartMode.AUTO, instrument = repcap.Instrument.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 RsCma.Trace.Remote.Mode.File.Enable.set. Default value: EXPLicit

param instrument:

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