Class Eccentricity
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Eccentricity : IndependentReportablePropertiesBase<Eccentricity>, IEquatable<APIBase>
Properties
DynamicX
Measurement: ShortLength
Declaration
public double DynamicX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicY
Measurement: ShortLength
Declaration
public double DynamicY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticX
Measurement: ShortLength
Declaration
public double StaticX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticY
Measurement: ShortLength
Declaration
public double StaticY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>