com.zepben.protobuf.cim.iec61968.assetinfo.ShortCircuitTestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// 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();
}