RecurdynSolverProperty Class¶
-
class
NXOpen.Motion.RecurdynSolverProperty¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.RecurdynSolverPropertyNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| CosimSampleTimeExpression | Returns the sampling time for co-simulation expression |
| CosimSimModel | Returns or sets the simulink model for co-simulation |
| DynamicErrorToleranceExpression | Returns the dynamic error tolerance expression |
| DynamicInitialStepSizeExpression | Returns the dynamic initial step size expression |
| DynamicMaxKinIteration | Returns or sets the Maximum kinematic iteration |
| DynamicMaxStepSizeExpression | Returns the dynamic max step size expression |
| DynamicNumericalDampingExpression | Returns the dynamic numerical damping expression |
| RedundantViolationToleranceForAngleExpression | Returns the redundant violation tolerance expression for angle |
| RedundantViolationToleranceForLengthExpression | Returns the redundant violation tolerance expression for length |
| StaticErrorToleranceExpression | Returns the static error tolerance expression |
| StaticInitialStepSizeExpression | Returns the static initial step size expression |
| StaticIntegratorType | Returns or sets the integrator type |
| StaticMaxIteration | Returns or sets the static max iteration |
| StaticMaxStepSizeExpression | Returns the static max step size expression |
| StaticStabilityExpression | Returns the static stability expression |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| RecurdynSolverPropertyStaticIntegratorTypes Enumeration | Integrator type |
Property Detail¶
CosimSampleTimeExpression¶
-
RecurdynSolverProperty.CosimSampleTimeExpression¶ Returns the sampling time for co-simulation expression
-------------------------------------Getter Method
Signature
CosimSampleTimeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
CosimSimModel¶
-
RecurdynSolverProperty.CosimSimModel¶ Returns or sets the simulink model for co-simulation
-------------------------------------Getter Method
Signature
CosimSimModelReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CosimSimModelParameters: cosimSimModel (str) – New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
DynamicErrorToleranceExpression¶
-
RecurdynSolverProperty.DynamicErrorToleranceExpression¶ Returns the dynamic error tolerance expression
-------------------------------------Getter Method
Signature
DynamicErrorToleranceExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
DynamicInitialStepSizeExpression¶
-
RecurdynSolverProperty.DynamicInitialStepSizeExpression¶ Returns the dynamic initial step size expression
-------------------------------------Getter Method
Signature
DynamicInitialStepSizeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
DynamicMaxKinIteration¶
-
RecurdynSolverProperty.DynamicMaxKinIteration¶ Returns or sets the Maximum kinematic iteration
-------------------------------------Getter Method
Signature
DynamicMaxKinIterationReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DynamicMaxKinIterationParameters: dynamicMaxKinIteration (int) – New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
DynamicMaxStepSizeExpression¶
-
RecurdynSolverProperty.DynamicMaxStepSizeExpression¶ Returns the dynamic max step size expression
-------------------------------------Getter Method
Signature
DynamicMaxStepSizeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
DynamicNumericalDampingExpression¶
-
RecurdynSolverProperty.DynamicNumericalDampingExpression¶ Returns the dynamic numerical damping expression
-------------------------------------Getter Method
Signature
DynamicNumericalDampingExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
RedundantViolationToleranceForAngleExpression¶
-
RecurdynSolverProperty.RedundantViolationToleranceForAngleExpression¶ Returns the redundant violation tolerance expression for angle
-------------------------------------Getter Method
Signature
RedundantViolationToleranceForAngleExpressionReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
RedundantViolationToleranceForLengthExpression¶
-
RecurdynSolverProperty.RedundantViolationToleranceForLengthExpression¶ Returns the redundant violation tolerance expression for length
-------------------------------------Getter Method
Signature
RedundantViolationToleranceForLengthExpressionReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
StaticErrorToleranceExpression¶
-
RecurdynSolverProperty.StaticErrorToleranceExpression¶ Returns the static error tolerance expression
-------------------------------------Getter Method
Signature
StaticErrorToleranceExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
StaticInitialStepSizeExpression¶
-
RecurdynSolverProperty.StaticInitialStepSizeExpression¶ Returns the static initial step size expression
-------------------------------------Getter Method
Signature
StaticInitialStepSizeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
StaticIntegratorType¶
-
RecurdynSolverProperty.StaticIntegratorType¶ Returns or sets the integrator type
-------------------------------------Getter Method
Signature
StaticIntegratorTypeReturns: Return type: NXOpen.Motion.RecurdynSolverPropertyStaticIntegratorTypesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StaticIntegratorTypeParameters: integratorType ( NXOpen.Motion.RecurdynSolverPropertyStaticIntegratorTypes) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
StaticMaxIteration¶
-
RecurdynSolverProperty.StaticMaxIteration¶ Returns or sets the static max iteration
-------------------------------------Getter Method
Signature
StaticMaxIterationReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StaticMaxIterationParameters: staticMaxIteration (int) – New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
StaticMaxStepSizeExpression¶
-
RecurdynSolverProperty.StaticMaxStepSizeExpression¶ Returns the static max step size expression
-------------------------------------Getter Method
Signature
StaticMaxStepSizeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
StaticStabilityExpression¶
-
RecurdynSolverProperty.StaticStabilityExpression¶ Returns the static stability expression
-------------------------------------Getter Method
Signature
StaticStabilityExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.