RSEventSolverParameters Class

class NXOpen.CAE.ResponseSimulation.RSEventSolverParameters

Bases: NXOpen.TaggedObject

Represents a response analysis event

New in version NX5.0.0.

Properties

Property Description
DdamCoefficientA Returns or sets the DDAM A coefficient
DdamCoefficientV Returns or sets the DDAM V coefficient
Tag Returns the Tag for this object.

Methods

Method Description
GetDdamCoefficient Returns DDAM coefficient value of the specified type @return
SetDdamCoefficient Sets the DDAM coefficient value of the specified type

Enumerations

RSEventSolverParametersDdamCoefficientType Enumeration Represents DDAM coefficient type

Property Detail

DdamCoefficientA

RSEventSolverParameters.DdamCoefficientA

Returns or sets the DDAM A coefficient

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

Getter Method

Signature DdamCoefficientA()

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature DdamCoefficientA(coefficientA)

Parameters:coefficientA (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

DdamCoefficientV

RSEventSolverParameters.DdamCoefficientV

Returns or sets the DDAM V coefficient

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

Getter Method

Signature DdamCoefficientV()

Returns:
Return type:float

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature DdamCoefficientV(coefficientV)

Parameters:coefficientV (float) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetDdamCoefficient

RSEventSolverParameters.GetDdamCoefficient

Returns DDAM coefficient value of the specified type

Signature GetDdamCoefficient(coefficientType)

Parameters:coefficientType (NXOpen.CAE.ResponseSimulation.RSEventSolverParametersDdamCoefficientType) –
Returns:
Return type:float

New in version NX7.5.2.

License requirements: None.

SetDdamCoefficient

RSEventSolverParameters.SetDdamCoefficient

Sets the DDAM coefficient value of the specified type

Signature SetDdamCoefficient(coefficientType, coefficient)

Parameters:

New in version NX7.5.2.

License requirements: nx_response_anlys (“NX Response Analysis”)