FunctionComponentData Class¶
-
class
NXOpen.CAE.ResponseSimulation.FunctionComponentData¶ Bases:
NXOpen.TaggedObjectRepresents a function component setting of
NXOpen.CAE.ResponseSimulation.NodalFunctionExcitationon one directionNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Enable | Returns or sets the option to enable the function component to be used while evaluating |
| Function | Returns or sets the function to be applied |
| PhaseAngle | Returns or sets the phase angle. |
| ScalarFactor | Returns or sets the scalar factor |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetComponentType | Returns the component type |
Property Detail¶
Enable¶
-
FunctionComponentData.Enable¶ Returns or sets the option to enable the function component to be used while evaluating
-------------------------------------Getter Method
Signature
EnableReturns: Return type: bool New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
EnableParameters: enableOption (bool) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
Function¶
-
FunctionComponentData.Function¶ Returns or sets the function to be applied
-------------------------------------Getter Method
Signature
FunctionReturns: Return type: NXOpen.CAE.FunctionNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
FunctionParameters: excitationFunction ( NXOpen.CAE.Function) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
PhaseAngle¶
-
FunctionComponentData.PhaseAngle¶ Returns or sets the phase angle.
Only available when the onwer event is
NXOpen.CAE.ResponseSimulation.RSEventType.Transient-------------------------------------Getter Method
Signature
PhaseAngleReturns: Return type: float New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
PhaseAngleParameters: phaseAngle (float) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ScalarFactor¶
-
FunctionComponentData.ScalarFactor¶ Returns or sets the scalar factor
-------------------------------------Getter Method
Signature
ScalarFactorReturns: Return type: float New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ScalarFactorParameters: scalarFactor (float) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
Method Detail¶
GetComponentType¶
-
FunctionComponentData.GetComponentType¶ Returns the component type
Signature
GetComponentType()Returns: Return type: NXOpen.CAE.ResponseSimulation.ExcitationComponentNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)