RSEventSolverParameters Class¶
-
class
NXOpen.CAE.ResponseSimulation.RSEventSolverParameters¶ Bases:
NXOpen.TaggedObjectRepresents 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 |
| 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
DdamCoefficientAReturns: Return type: float New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
DdamCoefficientAParameters: 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
DdamCoefficientVReturns: Return type: float New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
DdamCoefficientVParameters: 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: - coefficientType (
NXOpen.CAE.ResponseSimulation.RSEventSolverParametersDdamCoefficientType) – - coefficient (float) –
New in version NX7.5.2.
License requirements: nx_response_anlys (“NX Response Analysis”)
- coefficientType (