Enable

SCPI Command :

POWer<*>:SWITching:STATistics:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) bool[source]
# POWer<*>:SWITching:STATistics:ENABle
value: bool = driver.power.switching.statistics.enable.get(power = repcap.Power.Default)

The commands activate 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’)

set(enab_statistics: bool, power=Power.Default) None[source]
# POWer<*>:SWITching:STATistics:ENABle
driver.power.switching.statistics.enable.set(enab_statistics = False, power = repcap.Power.Default)

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

Parameters:
  • enab_statistics – OFF | ON

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