Src

SCPI Command :

TRACe<CH>:FREQ: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>:FREQ:SWEep:SRC
value: enums.TraceSourceAll = driver.trace.freq.sweep.src.get(trace = repcap.Trace.Default)

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

param trace:

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

return:

freq_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(freq_source: TraceSourceAll, trace=Trace.Default) None[source]
# SCPI: TRACe<CH>:FREQ:SWEep:SRC
driver.trace.freq.sweep.src.set(freq_source = enums.TraceSourceAll.HOLD, trace = repcap.Trace.Default)

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

param freq_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’)