LmsSolverProperty Class¶
-
class
NXOpen.Motion.LmsSolverProperty¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.LmsSolverPropertyNew in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| AssemblyTolerance | Returns the assembly tolerance |
| DoubleArraySize | Returns or sets the double array size |
| DynamicInitialVelocityMethod | Returns or sets the dynamic initial velocity method |
| DynamicIntegrationTolerance | Returns the dynamic integration tolerance |
| DynamicMaxIntegrationStep | Returns the dynamic max interation step |
| DynamicSolutionTolerance | Returns the dynamic solution tolerance |
| DynamicSolverAccelerationMethod | Returns or sets the dynamic solver acceleration method |
| IntArraySize | Returns or sets the integer array size |
| KinematicSolutionTolerance | Returns the kinematic solution tolerance |
| LuTolerance | Returns the lu tolerance |
| RoadHeightAdjustment | Returns or sets the road height adjustment |
| StaticForceTolerance | Returns the static force tolerance |
| StaticJacobianType | Returns or sets the static jacobian type |
| StaticQuasiIteration | Returns or sets the static quasi iteration |
| StaticSolutionTolerance | Returns the static solution tolerance |
| StaticStepSize | Returns the static step size |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| LmsSolverPropertyDynamicAccelerationMethods Enumeration | dynamic acceleration method |
| LmsSolverPropertyDynamicInitialVelocityMethods Enumeration | dynamic initial velocity method |
| LmsSolverPropertyRoadHeightAdjustmentTypes Enumeration | road height adjustment type |
| LmsSolverPropertyStaticJacobianTypes Enumeration | static jacobian type |
Property Detail¶
AssemblyTolerance¶
-
LmsSolverProperty.AssemblyTolerance¶ Returns the assembly tolerance
-------------------------------------Getter Method
Signature
AssemblyToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
DoubleArraySize¶
-
LmsSolverProperty.DoubleArraySize¶ Returns or sets the double array size
-------------------------------------Getter Method
Signature
DoubleArraySizeReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DoubleArraySizeParameters: doubleArraySize (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
DynamicInitialVelocityMethod¶
-
LmsSolverProperty.DynamicInitialVelocityMethod¶ Returns or sets the dynamic initial velocity method
-------------------------------------Getter Method
Signature
DynamicInitialVelocityMethodReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DynamicInitialVelocityMethodParameters: dynamicInitialVelocityMethod (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
DynamicIntegrationTolerance¶
-
LmsSolverProperty.DynamicIntegrationTolerance¶ Returns the dynamic integration tolerance
-------------------------------------Getter Method
Signature
DynamicIntegrationToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
DynamicMaxIntegrationStep¶
-
LmsSolverProperty.DynamicMaxIntegrationStep¶ Returns the dynamic max interation step
-------------------------------------Getter Method
Signature
DynamicMaxIntegrationStepReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
DynamicSolutionTolerance¶
-
LmsSolverProperty.DynamicSolutionTolerance¶ Returns the dynamic solution tolerance
-------------------------------------Getter Method
Signature
DynamicSolutionToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
DynamicSolverAccelerationMethod¶
-
LmsSolverProperty.DynamicSolverAccelerationMethod¶ Returns or sets the dynamic solver acceleration method
-------------------------------------Getter Method
Signature
DynamicSolverAccelerationMethodReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DynamicSolverAccelerationMethodParameters: dynamicSolverAccelerationMethod (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
IntArraySize¶
-
LmsSolverProperty.IntArraySize¶ Returns or sets the integer array size
-------------------------------------Getter Method
Signature
IntArraySizeReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IntArraySizeParameters: intArraySize (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
KinematicSolutionTolerance¶
-
LmsSolverProperty.KinematicSolutionTolerance¶ Returns the kinematic solution tolerance
-------------------------------------Getter Method
Signature
KinematicSolutionToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
LuTolerance¶
-
LmsSolverProperty.LuTolerance¶ Returns the lu tolerance
-------------------------------------Getter Method
Signature
LuToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
RoadHeightAdjustment¶
-
LmsSolverProperty.RoadHeightAdjustment¶ Returns or sets the road height adjustment
-------------------------------------Getter Method
Signature
RoadHeightAdjustmentReturns: Return type: NXOpen.Motion.LmsSolverPropertyRoadHeightAdjustmentTypesNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RoadHeightAdjustmentParameters: roadHeightAdjustment ( NXOpen.Motion.LmsSolverPropertyRoadHeightAdjustmentTypes) –New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
StaticForceTolerance¶
-
LmsSolverProperty.StaticForceTolerance¶ Returns the static force tolerance
-------------------------------------Getter Method
Signature
StaticForceToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
StaticJacobianType¶
-
LmsSolverProperty.StaticJacobianType¶ Returns or sets the static jacobian type
-------------------------------------Getter Method
Signature
StaticJacobianTypeReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StaticJacobianTypeParameters: staticJacobianType (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
StaticQuasiIteration¶
-
LmsSolverProperty.StaticQuasiIteration¶ Returns or sets the static quasi iteration
-------------------------------------Getter Method
Signature
StaticQuasiIterationReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StaticQuasiIterationParameters: staticQuasiIteration (int) – New in version NX10.0.0.
License requirements: mechanisms (“MECHANISMS”)
StaticSolutionTolerance¶
-
LmsSolverProperty.StaticSolutionTolerance¶ Returns the static solution tolerance
-------------------------------------Getter Method
Signature
StaticSolutionToleranceReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.
StaticStepSize¶
-
LmsSolverProperty.StaticStepSize¶ Returns the static step size
-------------------------------------Getter Method
Signature
StaticStepSizeReturns: Return type: NXOpen.ExpressionNew in version NX10.0.0.
License requirements: None.