Class WindingMaterial
Inheritance
System.Object
WindingMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WindingMaterial : Material, IEquatable<APIBase>
Properties
RelativePermeability
Declaration
public double RelativePermeability { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureCoefficientForWindingResistivity
Declaration
public double TemperatureCoefficientForWindingResistivity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WindingResistivityAt20DegreesC
Declaration
public double WindingResistivityAt20DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods