com.zepben.protobuf.cim.iec61970.base.wires.PowerElectronicsConnectionPhaseOrBuilder 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/PowerElectronicsConnectionPhase.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface PowerElectronicsConnectionPhaseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.PowerElectronicsConnectionPhase)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The PowerSystemResource fields for this PowerElectronicsConnectionPhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
* @return Whether the psr field is set.
*/
boolean hasPsr();
/**
*
**
* The PowerSystemResource fields for this PowerElectronicsConnectionPhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
* @return The psr.
*/
com.zepben.protobuf.cim.iec61970.base.core.PowerSystemResource getPsr();
/**
*
**
* The PowerSystemResource fields for this PowerElectronicsConnectionPhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.PowerSystemResourceOrBuilder getPsrOrBuilder();
/**
*
**
* Active power injection. Load sign convention is used, i.e. positive sign means flow into the equipment from the
* network.
*
*
* double p = 2;
* @return The p.
*/
double getP();
/**
*
**
* Phase of this energy producer component. If the energy producer is wye connected, the connection is from the
* indicated phase to the central ground or neutral point. If the energy producer is delta connected, the phase
* indicates an energy producer connected from the indicated phase to the next logical non-neutral phase.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind phase = 3;
* @return The enum numeric value on the wire for phase.
*/
int getPhaseValue();
/**
*
**
* Phase of this energy producer component. If the energy producer is wye connected, the connection is from the
* indicated phase to the central ground or neutral point. If the energy producer is delta connected, the phase
* indicates an energy producer connected from the indicated phase to the next logical non-neutral phase.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind phase = 3;
* @return The phase.
*/
com.zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind getPhase();
/**
*
**
* Reactive power injection. Load sign convention is used, i.e. positive sign means flow into the equipment from the
* network.
*
*
* double q = 4;
* @return The q.
*/
double getQ();
/**
*
**
* Power electronics connection of this power electronics connection phase.
*
*
* string powerElectronicsConnectionMRID = 5;
* @return The powerElectronicsConnectionMRID.
*/
java.lang.String getPowerElectronicsConnectionMRID();
/**
*
**
* Power electronics connection of this power electronics connection phase.
*
*
* string powerElectronicsConnectionMRID = 5;
* @return The bytes for powerElectronicsConnectionMRID.
*/
com.google.protobuf.ByteString
getPowerElectronicsConnectionMRIDBytes();
}