ExcitationLocationDefinition Class¶
-
class
NXOpen.CAE.ResponseSimulation.ExcitationLocationDefinition¶ Bases:
NXOpen.TaggedObjectRepresents the manager to
CAE.ResponseSimulation.DistributedLoadExcitation.The object of type
CAE.ResponseSimulation.DistributedLoadExcitationcan only be created or edited through this class.New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| ExcitationLocation | Returns the excitation location on which the excitation will be applied. |
| ExcitationLocationId | Returns or sets the ID of excitation location on which the excitation will be applied. |
| ExcitationLocationType | Returns or sets the type of excitaion location |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
ExcitationLocation¶
-
ExcitationLocationDefinition.ExcitationLocation¶ Returns the excitation location on which the excitation will be applied.
The excitation location type could be force location, enforced motion location or dynamic load defined in response dynamic solution
-------------------------------------Getter Method
Signature
ExcitationLocationReturns: Return type: NXOpen.SelectObjectNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ExcitationLocationId¶
-
ExcitationLocationDefinition.ExcitationLocationId¶ Returns or sets the ID of excitation location on which the excitation will be applied.
The excitation location ID could be node label or load set label
-------------------------------------Getter Method
Signature
ExcitationLocationIdReturns: Return type: int New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ExcitationLocationIdParameters: excitaitonLocationId (int) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
ExcitationLocationType¶
-
ExcitationLocationDefinition.ExcitationLocationType¶ Returns or sets the type of excitaion location
-------------------------------------Getter Method
Signature
ExcitationLocationTypeReturns: Return type: NXOpen.CAE.ResponseSimulation.ExcitationBuilderExcitationLocationTypeNew in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ExcitationLocationTypeParameters: excitationLocationType ( NXOpen.CAE.ResponseSimulation.ExcitationBuilderExcitationLocationType) –New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)