Occurrence
SCPI Command :
TRACe<CH>:[POWer]:SWEep:MEASurement:TRANsition:NEGative:OCCurrence
- class OccurrenceCls[source]
Occurrence commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(trace=Trace.Default) float[source]
# SCPI: TRACe<CH>:[POWer]:SWEep:MEASurement:TRANsition:NEGative:OCCurrence value: float = driver.trace.power.sweep.measurement.transition.negative.occurrence.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:
occurrence: 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.negative.occurrence.clone()
Subgroups