Offset
SCPI Command :
P3PHase<*>:QUALity:PHASor:VOLTage:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power3PhaseMeas=Power3PhaseMeas.Default) float[source]
# P3PHase<*>:QUALity:PHASor:VOLTage:OFFSet value: float = driver.p3Phase.quality.phasor.voltage.offset.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the inner point of the phasor diagram.
- Parameters:
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)
- set(voltage_offset: float, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:PHASor:VOLTage:OFFSet driver.p3Phase.quality.phasor.voltage.offset.set(voltage_offset = 1.0, power3PhaseMeas = repcap.Power3PhaseMeas.Default)
Sets the inner point of the phasor diagram.
- Parameters:
voltage_offset – -100000000000000 to 100000
power3PhaseMeas – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘P3Phase’)