Enable

SCPI Command :

P3PHase<*>:EFFiciency:STATistic:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) bool[source]
# P3PHase<*>:EFFiciency:STATistic:ENABle
value: bool = driver.p3Phase.efficiency.statistic.enable.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Enable the statistical calculation for the selected 3-phase efficiency measurement.

Parameters:

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

Returns:

enab_statistics: OFF | ON

set(enab_statistics: bool, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:EFFiciency:STATistic:ENABle
driver.p3Phase.efficiency.statistic.enable.set(enab_statistics = False, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Enable the statistical calculation for the selected 3-phase efficiency measurement.

Parameters:
  • enab_statistics – OFF | ON

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