CombinationEvaluationOptions Class

class NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptions

Bases: NXOpen.TaggedObject

Represents the setting for combination evaluation.

New in version NX5.0.0.

Properties

Property Description
CombinationMethod Returns or sets the combination method for multiple excitation combination
EvaluationMethodOption Returns or sets the calculation method
NeighboringFactor Returns or sets the neighboring factor.
Tag Returns the Tag for this object.
TimeDuration Returns or sets the time duration in second.

Methods

Enumerations

CombinationEvaluationOptionsEvaluationMethod Enumeration Specifies the calculation method of combination evaluation
CombinationEvaluationOptionsMultipleExcitationCombinationMethod Enumeration Specifies combination method for multiple excitation combination

Property Detail

CombinationMethod

CombinationEvaluationOptions.CombinationMethod

Returns or sets the combination method for multiple excitation combination

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

Getter Method

Signature CombinationMethod

Returns:
Return type:NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptionsMultipleExcitationCombinationMethod

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature CombinationMethod

Parameters:combinationMethod (NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptionsMultipleExcitationCombinationMethod) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

EvaluationMethodOption

CombinationEvaluationOptions.EvaluationMethodOption

Returns or sets the calculation method

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

Getter Method

Signature EvaluationMethodOption

Returns:
Return type:NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptionsEvaluationMethod

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature EvaluationMethodOption

Parameters:method (NXOpen.CAE.ResponseSimulation.CombinationEvaluationOptionsEvaluationMethod) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

NeighboringFactor

CombinationEvaluationOptions.NeighboringFactor

Returns or sets the neighboring factor.

Must be specified when calculation method is :py:class:` CAE.ResponseSimulation.CombinationEvaluationOptionsEvaluationMethod.Nrl < CAE.ResponseSimulation.CombinationEvaluationOptionsEvaluationMethod>`

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

Getter Method

Signature NeighboringFactor

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature NeighboringFactor

Parameters:neighboringFactor (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

TimeDuration

CombinationEvaluationOptions.TimeDuration

Returns or sets the time duration in second.

Must be specified when calculation method is CAE.ResponseSimulation.CombinationEvaluationOptionsEvaluationMethod.NqcDoubleSum

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

Getter Method

Signature TimeDuration

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature TimeDuration

Parameters:timeDuration (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)