All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61970.base.protection.DistanceRelayOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy