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

com.zepben.protobuf.cim.iec61970.base.wires.PetersenCoilOrBuilder 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/PetersenCoil.proto

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

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

  /**
   * 
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; * @return Whether the efc field is set. */ boolean hasEfc(); /** *
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; * @return The efc. */ com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator getEfc(); /** *
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensatorOrBuilder getEfcOrBuilder(); /** *
   **
   * The nominal reactance. This is the operating point (normally over compensation) that is defined based on the resonance point in the healthy network
   * condition. The impedance is calculated based on nominal voltage divided by position current.
   * 
* * double xGroundNominal = 2; * @return The xGroundNominal. */ double getXGroundNominal(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy