Maximum

SCPI Command :

P3PHase<*>:QUALity:PHASor:CURRent:MAXimum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power3PhaseMeas=Power3PhaseMeas.Default) float[source]
# P3PHase<*>:QUALity:PHASor:CURRent:MAXimum
value: float = driver.p3Phase.quality.phasor.current.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’)

Returns:

current_maximum: -100000000000000 to 100000

set(current_maximum: float, power3PhaseMeas=Power3PhaseMeas.Default) None[source]
# P3PHase<*>:QUALity:PHASor:CURRent:MAXimum
driver.p3Phase.quality.phasor.current.maximum.set(current_maximum = 1.0, power3PhaseMeas = repcap.Power3PhaseMeas.Default)

Sets the outer circumference of the phasor diagram.

Parameters:
  • current_maximum – -100000000000000 to 100000

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