All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61970.base.wires.ShuntCompensatorOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/cim/iec61970/base/wires/ShuntCompensator.proto

package com.zepben.protobuf.cim.iec61970.base.wires;

public interface ShuntCompensatorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.ShuntCompensator)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The RegulatingConductingEquipment fields for this ShuntCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEq rce = 1; * @return Whether the rce field is set. */ boolean hasRce(); /** *
   **
   * The RegulatingConductingEquipment fields for this ShuntCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEq rce = 1; * @return The rce. */ com.zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEq getRce(); /** *
   **
   * The RegulatingConductingEquipment fields for this ShuntCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEq rce = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEqOrBuilder getRceOrBuilder(); /** *
   **
   * Shunt compensator sections in use.
   * Starting value for steady state solution. Non integer values are allowed to support continuous variables.
   * The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been
   * designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous
   * solution as input.
   * 
* * double sections = 2; * @return The sections. */ double getSections(); /** *
   **
   * Used for Yn and Zn connections. True if the neutral is solidly grounded.
   * 
* * bool grounded = 3; * @return The grounded. */ boolean getGrounded(); /** *
   **
   * The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network.
   * 
* * int32 nomU = 4; * @return The nomU. */ int getNomU(); /** *
   **
   * The type of phase connection, such as wye or delta.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.PhaseShuntConnectionKind.Enum phaseConnection = 5; * @return The enum numeric value on the wire for phaseConnection. */ int getPhaseConnectionValue(); /** *
   **
   * The type of phase connection, such as wye or delta.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.PhaseShuntConnectionKind.Enum phaseConnection = 5; * @return The phaseConnection. */ com.zepben.protobuf.cim.iec61970.base.wires.PhaseShuntConnectionKind.Enum getPhaseConnection(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy