Violation<Power3PhaseHarmonics>

SCPI Command :

P3PHase<*>:HARMonics:RESult<*>:VIOLation<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.p3Phase.harmonics.result.violation.repcap_power3PhaseHarmonics_set(repcap.Power3PhaseHarmonics.Nr1)
get(power3PhaseMeas=Power3PhaseMeas.Default, result=Result.Default, power3PhaseHarmonics=Power3PhaseHarmonics.Default) int[source]
# P3PHase<*>:HARMonics:RESult<*>:VIOLation<*>
value: int = driver.p3Phase.harmonics.result.violation.get(power3PhaseMeas = repcap.Power3PhaseMeas.Default, result = repcap.Result.Default, power3PhaseHarmonics = repcap.Power3PhaseHarmonics.Default)

Queries if the value of o-th harmonic is within the defined limit for the current measurement for the individual phases.

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

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
violation_copy = driver.p3Phase.harmonics.result.violation.clone()