Class MaximumTorqueResultsPoints
Inheritance
System.Object
MaximumTorqueResultsPoints
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MaximumTorqueResultsPoints : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ActivePower
Declaration
public double ActivePower { get; }
Property Value
| Type |
Description |
| System.Double |
|
ApparentPower
Declaration
public double ApparentPower { get; }
Property Value
| Type |
Description |
| System.Double |
|
CurrentAngle
Declaration
public double CurrentAngle { get; }
Property Value
| Type |
Description |
| System.Double |
|
DAxisCurrent
Declaration
public double DAxisCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
DAxisFluxLinkage
Declaration
public double DAxisFluxLinkage { get; }
Property Value
| Type |
Description |
| System.Double |
|
DAxisVoltage
Declaration
public double DAxisVoltage { get; }
Property Value
| Type |
Description |
| System.Double |
|
DCWindingLoss
Declaration
public double DCWindingLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElectricalSpeed
Declaration
public double ElectricalSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
FieldWindingCurrent
Declaration
public double FieldWindingCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
FieldWindingDCLoss
Declaration
public double FieldWindingDCLoss { get; }
Property Value
| Type |
Description |
| System.Double |
|
FieldWindingFluxLinkage
Declaration
public double FieldWindingFluxLinkage { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakPhaseCurrentMagnitude
Declaration
public double PeakPhaseCurrentMagnitude { get; }
Property Value
| Type |
Description |
| System.Double |
|
PeakPhaseVoltage
Declaration
public double PeakPhaseVoltage { get; }
Property Value
| Type |
Description |
| System.Double |
|
Power
Declaration
public double Power { get; }
Property Value
| Type |
Description |
| System.Double |
|
PowerFactor
Declaration
public double PowerFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
QAxisCurrent
Declaration
public double QAxisCurrent { get; }
Property Value
| Type |
Description |
| System.Double |
|
QAxisFluxLinkage
Declaration
public double QAxisFluxLinkage { get; }
Property Value
| Type |
Description |
| System.Double |
|
QAxisVoltage
Declaration
public double QAxisVoltage { get; }
Property Value
| Type |
Description |
| System.Double |
|
Speed
Declaration
public double Speed { get; }
Property Value
| Type |
Description |
| System.Double |
|
Torque
Declaration
public double Torque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods