Class PMDCMotorBuilder
Inheritance
PMDCMotorBuilder
Assembly: NXOpen.dll
Syntax
public class PMDCMotorBuilder : MotorBuilder, IMessageSink, IComponentBuilder
Constructors
PMDCMotorBuilder()
Declaration
protected PMDCMotorBuilder()
Properties
DampingCoefficient
Declaration
public double DampingCoefficient { get; set; }
Property Value
InductanceExpression
Declaration
public Expression InductanceExpression { get; }
Property Value
InitialCurrentExpression
Declaration
public Expression InitialCurrentExpression { get; }
Property Value
InitialSpeed
Declaration
public double InitialSpeed { get; set; }
Property Value
MotorType
Declaration
public PMDCMotorBuilder.Type MotorType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NominalVoltageExpression
Declaration
public Expression NominalVoltageExpression { get; }
Property Value
ResistanceExpression
Declaration
public Expression ResistanceExpression { get; }
Property Value
RotorInteria
Declaration
public double RotorInteria { get; set; }
Property Value
VoltageConstantExpression
Declaration
public Expression VoltageConstantExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink