com.zepben.protobuf.cim.iec61970.base.wires.PetersenCoilOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// 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();
}