Values
SCPI Command :
P3PHase<*>:HARMonics:POWer<*>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default, power=Power.Default) bytes[source]
# P3PHase<*>:HARMonics:POWer<*>:DATA[:VALues] value: bytes = driver.p3Phase.harmonics.power.data.values.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default, power = repcap.Power.Default)
Returns the individual phase data of the 3-phase power analysis waveform points for transmission from the instrument to the controlling computer. Without parameters, the complete waveform is retrieved. Using the offset and length parameters, data can be retrieved in smaller portions, which makes the command faster. If you send only one parameter, it is interpreted as offset, and the data is retrieved from offset to the end of the waveform. To set the export format, use method
RsMxo.formatPy.data.set().- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)