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

com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.CurrentTransformerOrBuilder 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/auxiliaryequipment/CurrentTransformer.proto

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

public interface CurrentTransformerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.CurrentTransformer)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The Sensor fields for this CurrentTransformer
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1; * @return Whether the sn field is set. */ boolean hasSn(); /** *
   **
   * The Sensor fields for this CurrentTransformer
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1; * @return The sn. */ com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor getSn(); /** *
   **
   * The Sensor fields for this CurrentTransformer
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1; */ com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.SensorOrBuilder getSnOrBuilder(); /** *
   **
   * Power burden of the CT core in watts.
   * 
* * int32 coreBurden = 2; * @return The coreBurden. */ int getCoreBurden(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy