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

com.zepben.protobuf.hc.opendss.LossesTotalsOrBuilder 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/hc/opendss/Diagnostics.proto

package com.zepben.protobuf.hc.opendss;

public interface LossesTotalsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.LossesTotals)
    com.google.protobuf.MessageOrBuilder {

  /**
   * double lineLosses = 1;
   * @return The lineLosses.
   */
  double getLineLosses();

  /**
   * double transformerLosses = 2;
   * @return The transformerLosses.
   */
  double getTransformerLosses();

  /**
   * double totalLosses = 3;
   * @return The totalLosses.
   */
  double getTotalLosses();

  /**
   * double totalLoadPower = 4;
   * @return The totalLoadPower.
   */
  double getTotalLoadPower();

  /**
   * double totalPctLosses = 5;
   * @return The totalPctLosses.
   */
  double getTotalPctLosses();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy