Class PMDCMotorBuilder
Inheritance
System.Object
System.MarshalByRefObject
PMDCMotorBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
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
Type | Description |
---|---|
System.Double |
InductanceExpression
Declaration
public Expression InductanceExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
InitialCurrentExpression
Declaration
public Expression InitialCurrentExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
InitialSpeed
Declaration
public double InitialSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MotorType
Declaration
public PMDCMotorBuilder.Type MotorType { get; set; }
Property Value
Type | Description |
---|---|
PMDCMotorBuilder.Type |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NominalVoltageExpression
Declaration
public Expression NominalVoltageExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
ResistanceExpression
Declaration
public Expression ResistanceExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
RotorInteria
Declaration
public double RotorInteria { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VoltageConstantExpression
Declaration
public Expression VoltageConstantExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink