ExcitationLocationDefinition Class

class NXOpen.CAE.ResponseSimulation.ExcitationLocationDefinition

Bases: NXOpen.TaggedObject

Represents the manager to CAE.ResponseSimulation.DistributedLoadExcitation.

The object of type CAE.ResponseSimulation.DistributedLoadExcitation can 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 ExcitationLocation

Returns:
Return type:NXOpen.SelectObject

New 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 ExcitationLocationId

Returns:
Return type:int

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ExcitationLocationId

Parameters: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 ExcitationLocationType

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ExcitationLocationType

Parameters:excitationLocationType (NXOpen.CAE.ResponseSimulation.ExcitationBuilderExcitationLocationType) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)