AdamsSolverProperty Class¶
-
class
NXOpen.Motion.AdamsSolverProperty¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.AdamsSolverPropertyNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| MaxIteration | Returns or sets the max iteration |
| MaxKinematicIteration | Returns or sets the max kinematic iteration |
| MaxSolverErrorExpression | Returns the max solver error expression |
| MaxStaticIteration | Returns or sets the max static iteration |
| MaxStepSizeExpression | Returns the max step size expression |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
MaxIteration¶
-
AdamsSolverProperty.MaxIteration¶ Returns or sets the max iteration
-------------------------------------Getter Method
Signature
MaxIterationReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxIterationParameters: maxIteration (int) – New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
MaxKinematicIteration¶
-
AdamsSolverProperty.MaxKinematicIteration¶ Returns or sets the max kinematic iteration
-------------------------------------Getter Method
Signature
MaxKinematicIterationReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxKinematicIterationParameters: maxKinematicIteration (int) – New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
MaxSolverErrorExpression¶
-
AdamsSolverProperty.MaxSolverErrorExpression¶ Returns the max solver error expression
-------------------------------------Getter Method
Signature
MaxSolverErrorExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
MaxStaticIteration¶
-
AdamsSolverProperty.MaxStaticIteration¶ Returns or sets the max static iteration
-------------------------------------Getter Method
Signature
MaxStaticIterationReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxStaticIterationParameters: maxStaticIteration (int) – New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
MaxStepSizeExpression¶
-
AdamsSolverProperty.MaxStepSizeExpression¶ Returns the max step size expression
-------------------------------------Getter Method
Signature
MaxStepSizeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.