com.zepben.protobuf.cim.iec61970.base.wires.SeriesCompensatorOrBuilder 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/SeriesCompensator.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface SeriesCompensatorOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.SeriesCompensator)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
boolean hasCe();
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe();
/**
*
**
* The ConductingEquipment fields for this SeriesCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder();
/**
*
**
* Positive sequence resistance.
*
*
* double r = 2;
* @return The r.
*/
double getR();
/**
*
**
* Zero sequence resistance.
*
*
* double r0 = 3;
* @return The r0.
*/
double getR0();
/**
*
**
* Positive sequence reactance.
*
*
* double x = 4;
* @return The x.
*/
double getX();
/**
*
**
* Zero sequence reactance.
*
*
* double x0 = 5;
* @return The x0.
*/
double getX0();
/**
*
**
* The maximum current the varistor is designed to handle at specified duration. It is used for short circuit
* calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive
* value.
*
*
* int32 varistorRatedCurrent = 6;
* @return The varistorRatedCurrent.
*/
int getVaristorRatedCurrent();
/**
*
**
* The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged
* only if SeriesCompensator.varistorPresent is true.
*
*
* int32 varistorVoltageThreshold = 7;
* @return The varistorVoltageThreshold.
*/
int getVaristorVoltageThreshold();
}