com.zepben.protobuf.cim.iec61970.base.wires.PerLengthSequenceImpedanceOrBuilder 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/PerLengthSequenceImpedance.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface PerLengthSequenceImpedanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.PerLengthSequenceImpedance)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* PerLengthImpedance fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedance pli = 1;
* @return Whether the pli field is set.
*/
boolean hasPli();
/**
*
**
* PerLengthImpedance fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedance pli = 1;
* @return The pli.
*/
com.zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedance getPli();
/**
*
**
* PerLengthImpedance fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedance pli = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedanceOrBuilder getPliOrBuilder();
/**
*
**
* Positive sequence series resistance, per unit of length.
*
*
* double r = 2;
* @return The r.
*/
double getR();
/**
*
**
* Positive sequence series reactance, per unit of length.
*
*
* double x = 3;
* @return The x.
*/
double getX();
/**
*
**
* Zero sequence series resistance, per unit of length.
*
*
* double r0 = 4;
* @return The r0.
*/
double getR0();
/**
*
**
* Zero sequence series reactance, per unit of length.
*
*
* double x0 = 5;
* @return The x0.
*/
double getX0();
/**
*
**
* Positive sequence shunt (charging) susceptance, per unit of length.
*
*
* double bch = 6;
* @return The bch.
*/
double getBch();
/**
*
**
* Zero sequence shunt (charging) susceptance, per unit of length.
*
*
* double b0ch = 7;
* @return The b0ch.
*/
double getB0Ch();
/**
*
**
* Positive sequence shunt (charging) conductance, per unit of length.
*
*
* double gch = 8;
* @return The gch.
*/
double getGch();
/**
*
**
* Zero sequence shunt (charging) conductance, per unit of length.
*
*
* double g0ch = 9;
* @return The g0ch.
*/
double getG0Ch();
}