Trace

SCPI Command :

[SENSe]:POWer:TRACe
class TraceCls[source]

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

get() float[source]
# SCPI: [SENSe]:POWer:TRACe
value: float = driver.sense.power.trace.get()

Selects the trace channel power measurements are performed on. For the measurement to work, the corresponding trace has to be active.

return

trace_number: Range: 1 to 6

set(trace_number: float) None[source]
# SCPI: [SENSe]:POWer:TRACe
driver.sense.power.trace.set(trace_number = 1.0)

Selects the trace channel power measurements are performed on. For the measurement to work, the corresponding trace has to be active.

param trace_number

Range: 1 to 6