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

com.zepben.protobuf.cim.iec61970.base.wires.ConductorOrBuilder 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/wires/Conductor.proto

package com.zepben.protobuf.cim.iec61970.base.wires;

public interface ConductorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Conductor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * ConductingEquipment fields for this Conductor.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1; * @return Whether the ce field is set. */ boolean hasCe(); /** *
   **
   * ConductingEquipment fields for this Conductor.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1; * @return The ce. */ com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe(); /** *
   **
   * ConductingEquipment fields for this Conductor.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1; */ com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder(); /** *
   **
   * Segment length for calculating line section capabilities.
   * 
* * double length = 2; * @return The length. */ double getLength(); /** *
   **
   * [ZBEX] The temperature in degrees Celsius for the network design of this conductor.
   * 
* * int32 designTemperature = 3; * @return The designTemperature. */ int getDesignTemperature(); /** *
   **
   * [ZBEX] The current rating in Amperes at the specified design temperature that can be used without the conductor
   * breaching physical network design limits.
   * 
* * double designRating = 4; * @return The designRating. */ double getDesignRating(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy