Actual

SCPI Command :

P3PHase<*>:HARMonics:RESult<*>:MAGNitude<*>:RMS[:ACTual]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default, result=Result.Default, power3Phase=Power3Phase.Default) float[source]
# P3PHase<*>:HARMonics:RESult<*>:MAGNitude<*>:RMS[:ACTual]
value: float = driver.p3Phase.harmonics.result.magnitude.rms.actual.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default, result = repcap.Result.Default, power3Phase = repcap.Power3Phase.Default)

Returns the magnitude of the o-th harmonic as RMS for the individual phases.

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

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

  • power3Phase – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Magnitude’)