Src

SCPI Command :

TRACe<CH>:TIME:SWEep:SRC
class SrcCls[source]

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

get(trace=Trace.Default) TraceSourceAll[source]
# SCPI: TRACe<CH>:TIME:SWEep:SRC
value: enums.TraceSourceAll = driver.trace.time.sweep.src.get(trace = repcap.Trace.Default)

Determines the trace source of a trace for display in time measurement mode.

param trace:

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

return:

time_source: OFF| SEN1| SEN2| SEN3| SEN4| HOLD| REF| ON ON|OFF Activates ofr deactivates the display of a trace. SEN1|SEN2|SEN3|SEN4 Activates the measurement results display of the sensor that is assigned to the trace. REF Selects a reference trace. HOLD Freezes the measurement results display of the sensor that is assigned to the trace.

set(time_source: TraceSourceAll, trace=Trace.Default) None[source]
# SCPI: TRACe<CH>:TIME:SWEep:SRC
driver.trace.time.sweep.src.set(time_source = enums.TraceSourceAll.HOLD, trace = repcap.Trace.Default)

Determines the trace source of a trace for display in time measurement mode.

param time_source:

OFF| SEN1| SEN2| SEN3| SEN4| HOLD| REF| ON ON|OFF Activates ofr deactivates the display of a trace. SEN1|SEN2|SEN3|SEN4 Activates the measurement results display of the sensor that is assigned to the trace. REF Selects a reference trace. HOLD Freezes the measurement results display of the sensor that is assigned to the trace.

param trace:

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