Search Results for

    Show / Hide Table of Contents

    Class PMDCMotorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    MotorBuilder
    PMDCMotorBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX