RecurdynSolverProperty Class

class NXOpen.Motion.RecurdynSolverProperty

Bases: NXOpen.TaggedObject

Represents a NXOpen.Motion.RecurdynSolverProperty

New in version NX5.0.0.

Properties

Property Description
CosimSampleTime Returns or sets the sampling time for co-simulation
CosimSampleTimeExpression Returns the sampling time for co-simulation expression
CosimSimModel Returns or sets the simulink model for co-simulation
DynamicErrorTolerance Returns or sets the dynamic error tolerance
DynamicErrorToleranceExpression Returns the dynamic error tolerance expression
DynamicInitialStepSize Returns or sets the dynamic initial step size
DynamicInitialStepSizeExpression Returns the dynamic initial step size expression
DynamicMaxKinIteration Returns or sets the Maximum kinematic iteration
DynamicMaxStepSize Returns or sets the dynamic max step size
DynamicMaxStepSizeExpression Returns the dynamic max step size expression
DynamicNumericalDamping Returns or sets the dynamic numerical damping
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
StaticErrorTolerance Returns or sets the static error tolerance
StaticErrorToleranceExpression Returns the static error tolerance expression
StaticInitialStepSize Returns or sets the static initial step size
StaticInitialStepSizeExpression Returns the static initial step size expression
StaticIntegratorType Returns or sets the integrator type
StaticMaxIteration Returns or sets the static max iteration
StaticMaxStepSize Returns or sets the static max step size
StaticMaxStepSizeExpression Returns the static max step size expression
StaticStability Returns or sets the static stability
StaticStabilityExpression Returns the static stability expression
Tag Returns the Tag for this object.

Methods

Property Detail

CosimSampleTime

RecurdynSolverProperty.CosimSampleTime

Returns or sets the sampling time for co-simulation

-------------------------------------

Getter Method

Signature CosimSampleTime()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.CosimSampleTimeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature CosimSampleTime(cosimSampleTime)

Parameters:cosimSampleTime (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.CosimSampleTimeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

CosimSampleTimeExpression

RecurdynSolverProperty.CosimSampleTimeExpression

Returns the sampling time for co-simulation expression

-------------------------------------

Getter Method

Signature CosimSampleTimeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

CosimSimModel

RecurdynSolverProperty.CosimSimModel

Returns or sets the simulink model for co-simulation

-------------------------------------

Getter Method

Signature CosimSimModel()

Returns:
Return type:str

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CosimSimModel(cosimSimModel)

Parameters:cosimSimModel (str) –

New in version NX6.0.0.

License requirements: mechanisms (“MECHANISMS”)

DynamicErrorTolerance

RecurdynSolverProperty.DynamicErrorTolerance

Returns or sets the dynamic error tolerance

-------------------------------------

Getter Method

Signature DynamicErrorTolerance()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicErrorToleranceExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature DynamicErrorTolerance(dynamicErrorTolerance)

Parameters:dynamicErrorTolerance (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicErrorToleranceExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

DynamicErrorToleranceExpression

RecurdynSolverProperty.DynamicErrorToleranceExpression

Returns the dynamic error tolerance expression

-------------------------------------

Getter Method

Signature DynamicErrorToleranceExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

DynamicInitialStepSize

RecurdynSolverProperty.DynamicInitialStepSize

Returns or sets the dynamic initial step size

-------------------------------------

Getter Method

Signature DynamicInitialStepSize()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicInitialStepSizeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature DynamicInitialStepSize(dynamicInitialStepSize)

Parameters:dynamicInitialStepSize (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicInitialStepSizeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

DynamicInitialStepSizeExpression

RecurdynSolverProperty.DynamicInitialStepSizeExpression

Returns the dynamic initial step size expression

-------------------------------------

Getter Method

Signature DynamicInitialStepSizeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

DynamicMaxKinIteration

RecurdynSolverProperty.DynamicMaxKinIteration

Returns or sets the Maximum kinematic iteration

-------------------------------------

Getter Method

Signature DynamicMaxKinIteration()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DynamicMaxKinIteration(dynamicMaxKinIteration)

Parameters:dynamicMaxKinIteration (int) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

DynamicMaxStepSize

RecurdynSolverProperty.DynamicMaxStepSize

Returns or sets the dynamic max step size

-------------------------------------

Getter Method

Signature DynamicMaxStepSize()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicMaxStepSizeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature DynamicMaxStepSize(dynamicMaxStepSize)

Parameters:dynamicMaxStepSize (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicMaxStepSizeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

DynamicMaxStepSizeExpression

RecurdynSolverProperty.DynamicMaxStepSizeExpression

Returns the dynamic max step size expression

-------------------------------------

Getter Method

Signature DynamicMaxStepSizeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

DynamicNumericalDamping

RecurdynSolverProperty.DynamicNumericalDamping

Returns or sets the dynamic numerical damping

-------------------------------------

Getter Method

Signature DynamicNumericalDamping()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicNumericalDampingExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature DynamicNumericalDamping(dynamicNumericalDamping)

Parameters:dynamicNumericalDamping (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicNumericalDampingExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

DynamicNumericalDampingExpression

RecurdynSolverProperty.DynamicNumericalDampingExpression

Returns the dynamic numerical damping expression

-------------------------------------

Getter Method

Signature DynamicNumericalDampingExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RedundantViolationToleranceForAngleExpression

RecurdynSolverProperty.RedundantViolationToleranceForAngleExpression

Returns the redundant violation tolerance expression for angle

-------------------------------------

Getter Method

Signature RedundantViolationToleranceForAngleExpression()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

RedundantViolationToleranceForLengthExpression

RecurdynSolverProperty.RedundantViolationToleranceForLengthExpression

Returns the redundant violation tolerance expression for length

-------------------------------------

Getter Method

Signature RedundantViolationToleranceForLengthExpression()

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: None.

StaticErrorTolerance

RecurdynSolverProperty.StaticErrorTolerance

Returns or sets the static error tolerance

-------------------------------------

Getter Method

Signature StaticErrorTolerance()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicNumericalDampingExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticErrorTolerance(staticErrorTolerance)

Parameters:staticErrorTolerance (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.DynamicNumericalDampingExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

StaticErrorToleranceExpression

RecurdynSolverProperty.StaticErrorToleranceExpression

Returns the static error tolerance expression

-------------------------------------

Getter Method

Signature StaticErrorToleranceExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

StaticInitialStepSize

RecurdynSolverProperty.StaticInitialStepSize

Returns or sets the static initial step size

-------------------------------------

Getter Method

Signature StaticInitialStepSize()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticInitialStepSizeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticInitialStepSize(staticInitialStepSize)

Parameters:staticInitialStepSize (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticInitialStepSizeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

StaticInitialStepSizeExpression

RecurdynSolverProperty.StaticInitialStepSizeExpression

Returns the static initial step size expression

-------------------------------------

Getter Method

Signature StaticInitialStepSizeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

StaticIntegratorType

RecurdynSolverProperty.StaticIntegratorType

Returns or sets the integrator type

-------------------------------------

Getter Method

Signature StaticIntegratorType()

Returns:
Return type:NXOpen.Motion.RecurdynSolverPropertyStaticIntegratorTypes

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticIntegratorType(integratorType)

Parameters: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 StaticMaxIteration()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticMaxIteration(staticMaxIteration)

Parameters:staticMaxIteration (int) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

StaticMaxStepSize

RecurdynSolverProperty.StaticMaxStepSize

Returns or sets the static max step size

-------------------------------------

Getter Method

Signature StaticMaxStepSize()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticMaxStepSizeExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticMaxStepSize(staticMaxStepSize)

Parameters:staticMaxStepSize (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticMaxStepSizeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

StaticMaxStepSizeExpression

RecurdynSolverProperty.StaticMaxStepSizeExpression

Returns the static max step size expression

-------------------------------------

Getter Method

Signature StaticMaxStepSizeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

StaticStability

RecurdynSolverProperty.StaticStability

Returns or sets the static stability

-------------------------------------

Getter Method

Signature StaticStability()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticStabilityExpression() to query or edit it.

License requirements: None.

-------------------------------------

Setter Method

Signature StaticStability(staticStability)

Parameters:staticStability (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the expression using NXOpen.Motion.RecurdynSolverProperty.StaticStabilityExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

StaticStabilityExpression

RecurdynSolverProperty.StaticStabilityExpression

Returns the static stability expression

-------------------------------------

Getter Method

Signature StaticStabilityExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.