DDAMComponentData Class

class NXOpen.CAE.ResponseSimulation.DDAMComponentData

Bases: NXOpen.TaggedObject

Represents an excitation on one specified direction.

New in version NX5.0.0.

Properties

Property Description
LoadingTypeOption Returns or sets the option of loading type
ResponseTypeOption Returns or sets the option of response type
Tag Returns the Tag for this object.

Methods

Method Description
GetComponentType Returns the component type
GetEnable Returns the enable option

Enumerations

DDAMComponentDataLoadingType Enumeration Specifies the loading type
DDAMComponentDataResponseType Enumeration Specifies the response type

Property Detail

LoadingTypeOption

DDAMComponentData.LoadingTypeOption

Returns or sets the option of loading type

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

Getter Method

Signature LoadingTypeOption

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature LoadingTypeOption

Parameters:loadingType (NXOpen.CAE.ResponseSimulation.DDAMComponentDataLoadingType) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ResponseTypeOption

DDAMComponentData.ResponseTypeOption

Returns or sets the option of response type

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

Getter Method

Signature ResponseTypeOption

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ResponseTypeOption

Parameters:responseType (NXOpen.CAE.ResponseSimulation.DDAMComponentDataResponseType) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

Method Detail

GetComponentType

DDAMComponentData.GetComponentType

Returns the component type

Signature GetComponentType()

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

GetEnable

DDAMComponentData.GetEnable

Returns the enable option

Signature GetEnable()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)