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

com.zepben.protobuf.cim.iec61968.assetinfo.ShortCircuitTestOrBuilder 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/iec61968/assetinfo/ShortCircuitTest.proto

package com.zepben.protobuf.cim.iec61968.assetinfo;

public interface ShortCircuitTestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.ShortCircuitTest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * TransformerTest fields for this NoLoadTest.
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.TransformerTest tt = 1; * @return Whether the tt field is set. */ boolean hasTt(); /** *
   **
   * TransformerTest fields for this NoLoadTest.
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.TransformerTest tt = 1; * @return The tt. */ com.zepben.protobuf.cim.iec61968.assetinfo.TransformerTest getTt(); /** *
   **
   * TransformerTest fields for this NoLoadTest.
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.TransformerTest tt = 1; */ com.zepben.protobuf.cim.iec61968.assetinfo.TransformerTestOrBuilder getTtOrBuilder(); /** *
   **
   * Short circuit current in amps.
   * 
* * double current = 2; * @return The current. */ double getCurrent(); /** *
   **
   * Tap step number for the energised end of the test pair.
   * 
* * int32 energisedEndStep = 3; * @return The energisedEndStep. */ int getEnergisedEndStep(); /** *
   **
   * Tap step number for the grounded end of the test pair.
   * 
* * int32 groundedEndStep = 4; * @return The groundedEndStep. */ int getGroundedEndStep(); /** *
   **
   * Leakage impedance measured from a positive-sequence or single-phase short-circuit test in ohms.
   * 
* * double leakageImpedance = 5; * @return The leakageImpedance. */ double getLeakageImpedance(); /** *
   **
   * Leakage impedance measured from a zero-sequence short-circuit test in ohms.
   * 
* * double leakageImpedanceZero = 6; * @return The leakageImpedanceZero. */ double getLeakageImpedanceZero(); /** *
   **
   * Load losses from a positive-sequence or single-phase short-circuit test in watts.
   * 
* * int32 loss = 7; * @return The loss. */ int getLoss(); /** *
   **
   * Load losses from a zero-sequence short-circuit test in watts.
   * 
* * int32 lossZero = 8; * @return The lossZero. */ int getLossZero(); /** *
   **
   * Short circuit apparent power in watts.
   * 
* * int32 power = 9; * @return The power. */ int getPower(); /** *
   **
   * Short circuit voltage as a percentage.
   * 
* * double voltage = 10; * @return The voltage. */ double getVoltage(); /** *
   **
   * Short Circuit Voltage – Ohmic Part as a percentage.
   * 
* * double voltageOhmicPart = 11; * @return The voltageOhmicPart. */ double getVoltageOhmicPart(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy