Actual
SCPI Command :
POWer<*>:HARMonics:RESult<*>:MAGNitude:RMS[:ACTual]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default, result=Result.Default) float[source]
# POWer<*>:HARMonics:RESult<*>:MAGNitude:RMS[:ACTual] value: float = driver.power.harmonics.result.magnitude.rms.actual.get(power = repcap.Power.Default, result = repcap.Result.Default)
Returns the magnitude of the n-th harmonic in RMS.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
result – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Result’)