Duration

SCPI Command :

TRACe<CH>:[POWer]:SWEep:MEASurement:TRANsition:POSitive:DURation
class DurationCls[source]

Duration commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(trace=Trace.Default) float[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:MEASurement:TRANsition:POSitive:DURation
value: float = driver.trace.power.sweep.measurement.transition.positive.duration.get(trace = repcap.Trace.Default)

The above listed commands query the measured pulse parameter values. Note: These commands are only available in time measurement mode and with R&S NRP-Z81 power sensors.

param trace:

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

return:

duration: float Range: 0 to 100

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.trace.power.sweep.measurement.transition.positive.duration.clone()

Subgroups