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