DataLocation Class

class NXOpen.CAE.ResponseSimulation.DataLocation

Bases: NXOpen.TaggedObject

Represents the data location to perform evaluation

New in version NX5.0.0.

Properties

Property Description
BeamLocation Returns or sets the method to define frequency
ElementLocation Returns or sets the element location.
LayerSelection Returns or sets the end value of frequency range.
ShellLocation Returns or sets the start value of frequency range.
Tag Returns the Tag for this object.

Methods

Enumerations

DataLocationBeam Enumeration Specifies the location for beam
DataLocationElement Enumeration Specifies the element location for element
DataLocationShell Enumeration Specifies the location for shell

Property Detail

BeamLocation

DataLocation.BeamLocation

Returns or sets the method to define frequency

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

Getter Method

Signature BeamLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature BeamLocation

Parameters:beamLocation (NXOpen.CAE.ResponseSimulation.DataLocationBeam) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ElementLocation

DataLocation.ElementLocation

Returns or sets the element location.

Only available when stress and strain is defined by CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range

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

Getter Method

Signature ElementLocation

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

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ElementLocation

Parameters:elementLocation (NXOpen.CAE.ResponseSimulation.DataLocationElement) –

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

LayerSelection

DataLocation.LayerSelection

Returns or sets the end value of frequency range.

Only available when the frequency is defined by CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range

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

Getter Method

Signature LayerSelection

Returns:
Return type:int

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature LayerSelection

Parameters:layerNumber (int) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ShellLocation

DataLocation.ShellLocation

Returns or sets the start value of frequency range.

Only available when the frequency is defined by CAE.ResponseSimulation.FrequencyDefinitionDefinition.Range

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

Getter Method

Signature ShellLocation

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

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature ShellLocation

Parameters:shellLocation (NXOpen.CAE.ResponseSimulation.DataLocationShell) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)