Enable
SCPI Command :
POWer<*>:EFFiciency:STATistics[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) bool[source]
# POWer<*>:EFFiciency:STATistics[:ENABle] value: bool = driver.power.efficiency.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<*>:EFFiciency:STATistics[:ENABle] driver.power.efficiency.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’)