Class DynamicForceLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicForceLoadCase
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DynamicForceLoadCase : BasicDynamicForceLoadCase, IEquatable<APIBase>
Properties
BasicMechanicalLossSettings
Declaration
public ElectricMachineBasicMechanicalLossSettings BasicMechanicalLossSettings { get; }
Property Value
ControlStrategy
Declaration
public ElectricMachineControlStrategy ControlStrategy { get; set; }
Property Value
IncludeResistiveVoltages
Declaration
public bool IncludeResistiveVoltages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoadSpecification
Declaration
public EnumWithSelectedValue<SpecifyTorqueOrCurrent> LoadSpecification { get; set; }
Property Value
MaximumSpeed
Measurement: AngularVelocity
Declaration
public double MaximumSpeed { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumSpeed
Measurement: AngularVelocity
Declaration
public double MinimumSpeed { get; set; }
Property Value
Type |
Description |
System.Double |
|
NumberOfOperatingPoints
Declaration
public int NumberOfOperatingPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OperatingPointsSpecificationMethod
Declaration
public OperatingPointsSpecificationMethod OperatingPointsSpecificationMethod { get; set; }
Property Value
SpeedPointsDistribution
Declaration
public SpeedPointsDistribution SpeedPointsDistribution { get; set; }
Property Value
Methods
AddOperatingPoint(Double, Double)
Declaration
public DynamicForcesOperatingPoint AddOperatingPoint(double torque, double speed)
Parameters
Type |
Name |
Description |
System.Double |
torque |
|
System.Double |
speed |
|
Returns
SetSpeeds(List<Double>)
Declaration
public void SetSpeeds(List<double> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
values |
|
SetSpeedsInSIUnits(List<Double>)
Declaration
public void SetSpeedsInSIUnits(List<double> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
values |
|
Implements
System.IEquatable<T>
Extension Methods