com.zepben.protobuf.cim.iec61970.base.protection.DistanceRelayOrBuilder 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/protection/DistanceRelay.proto
package com.zepben.protobuf.cim.iec61970.base.protection;
public interface DistanceRelayOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.protection.DistanceRelay)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The PowerSystemResource fields for this VoltageRelay.
*
*
* .zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayFunction prf = 1;
* @return Whether the prf field is set.
*/
boolean hasPrf();
/**
*
**
* The PowerSystemResource fields for this VoltageRelay.
*
*
* .zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayFunction prf = 1;
* @return The prf.
*/
com.zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayFunction getPrf();
/**
*
**
* The PowerSystemResource fields for this VoltageRelay.
*
*
* .zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayFunction prf = 1;
*/
com.zepben.protobuf.cim.iec61970.base.protection.ProtectionRelayFunctionOrBuilder getPrfOrBuilder();
/**
*
**
* The reverse blind impedance (in ohms) that defines the area to be blinded in the opposite direction of the power
* flow.
*
*
* double backwardBlind = 2;
* @return The backwardBlind.
*/
double getBackwardBlind();
/**
*
**
* The reverse reach impedance (in ohms) that determines the maximum distance along the transmission line in the
* opposite direction of power flow for which the relay will provide protection.
*
*
* double backwardReach = 3;
* @return The backwardReach.
*/
double getBackwardReach();
/**
*
**
* The reverse reactance (in ohms) that determines the maximum distance along the transmission line in the opposite
* direction of power flow for which the relay will provide protection.
*
*
* double backwardReactance = 4;
* @return The backwardReactance.
*/
double getBackwardReactance();
/**
*
**
* The forward blind impedance (in ohms) that defines the area to be blinded in the direction of the power flow.
*
*
* double forwardBlind = 5;
* @return The forwardBlind.
*/
double getForwardBlind();
/**
*
**
* The forward reach impedance (in ohms) that determines the maximum distance along the transmission line in the
* direction of power flow for which the relay will provide protection.
*
*
* double forwardReach = 6;
* @return The forwardReach.
*/
double getForwardReach();
/**
*
**
* The forward reactance (in ohms) that determines the maximum distance along the transmission line in the direction
* of power flow for which the relay will provide protection.
*
*
* double forwardReactance = 7;
* @return The forwardReactance.
*/
double getForwardReactance();
/**
*
**
* The phase angle (in degrees) between voltage and current during normal operating conditions for zone 1 relay.
*
*
* double operationPhaseAngle1 = 8;
* @return The operationPhaseAngle1.
*/
double getOperationPhaseAngle1();
/**
*
**
* The phase angle (in degrees) between voltage and current during normal operating conditions for zone 2 relay.
*
*
* double operationPhaseAngle2 = 9;
* @return The operationPhaseAngle2.
*/
double getOperationPhaseAngle2();
/**
*
**
* The phase angle (in degrees) between voltage and current during normal operating conditions for zone 3 relay.
*
*
* double operationPhaseAngle3 = 10;
* @return The operationPhaseAngle3.
*/
double getOperationPhaseAngle3();
}