Statistics

SCPI Command :

POWer<*>:SWITching:STATistics:RESet
Commands in total: 3
Subgroups: 2
Direct child commands: 1
reset(power=Power.Default) None[source]
# POWer<*>:SWITching:STATistics:RESet
driver.power.switching.statistics.reset(power = repcap.Power.Default)

The commands restart statistical calculation for the selected power measurement. Make sure that the suffix matches the selected power measurement.

Parameters:

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

reset_and_wait(power=Power.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
statistics_copy = driver.power.switching.statistics.clone()

Subgroups