Class MagnetMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MagnetMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MagnetMaterial : Material, IEquatable<APIBase>
Properties
Country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElectricalResistivity
Measurement: ElectricalResistivity
Declaration
public double ElectricalResistivity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Grade
Declaration
public string Grade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaterialCategory
Declaration
public string MaterialCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelativePermeability
Declaration
public double RelativePermeability { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RemanenceAt20DegreesC
Measurement: MagneticFluxDensity
Declaration
public double RemanenceAt20DegreesC { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TemperatureCoefficientForRemanence
Measurement: FractionPerTemperature
Declaration
public double TemperatureCoefficientForRemanence { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>