Class SpeedDependentHarmonicLoadData
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpeedDependentHarmonicLoadData
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.HarmonicLoadData
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class SpeedDependentHarmonicLoadData : HarmonicLoadDataBase, IEquatable<APIBase>
Properties
SelectedSpeed
Measurement: AngularVelocity
Declaration
public ListWithSelectedItem<double> SelectedSpeed { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.Double> |
ShowAllSpeeds
Declaration
public bool ShowAllSpeeds { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>