AdamsSolverProperty Class

class NXOpen.Motion.AdamsSolverProperty

Bases: NXOpen.TaggedObject

Represents a NXOpen.Motion.AdamsSolverProperty

New in version NX5.0.0.

Properties

Property Description
MaxIteration Returns or sets the max iteration
MaxKinematicIteration Returns or sets the max kinematic iteration
MaxSolverError Returns or sets the max solver error
MaxSolverErrorExpression Returns the max solver error expression
MaxStaticIteration Returns or sets the max static iteration
MaxStepSize Returns or sets the max step size
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 MaxIteration()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MaxIteration(maxIteration)

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

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MaxKinematicIteration(maxKinematicIteration)

Parameters:maxKinematicIteration (int) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

MaxSolverError

AdamsSolverProperty.MaxSolverError

Returns or sets the max solver error

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

Getter Method

Signature MaxSolverError()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the exression using NXOpen.Motion.AdamsSolverProperty.MaxSolverErrorExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature MaxSolverError(maxSolverError)

Parameters:maxSolverError (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the exression using NXOpen.Motion.AdamsSolverProperty.MaxSolverErrorExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

MaxSolverErrorExpression

AdamsSolverProperty.MaxSolverErrorExpression

Returns the max solver error expression

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

Getter Method

Signature MaxSolverErrorExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

MaxStaticIteration

AdamsSolverProperty.MaxStaticIteration

Returns or sets the max static iteration

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

Getter Method

Signature MaxStaticIteration()

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature MaxStaticIteration(maxStaticIteration)

Parameters:maxStaticIteration (int) –

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

MaxStepSize

AdamsSolverProperty.MaxStepSize

Returns or sets the max step size

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

Getter Method

Signature MaxStepSize()

Returns:
Return type:float

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the exression using NXOpen.Motion.AdamsSolverProperty.MaxStepSizeExpression() to query or edit it.

License requirements: None.

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

Setter Method

Signature MaxStepSize(maxStepSize)

Parameters:maxStepSize (float) –

New in version NX5.0.0.

Deprecated since version NX8.5.0: Obtion the exression using NXOpen.Motion.AdamsSolverProperty.MaxStepSizeExpression() to query or edit it.

License requirements: mechanisms (“MECHANISMS”)

MaxStepSizeExpression

AdamsSolverProperty.MaxStepSizeExpression

Returns the max step size expression

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

Getter Method

Signature MaxStepSizeExpression()

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.