Manager Class

class NXOpen.CAE.ResponseSimulation.Manager

Bases: object

Represents the Response Dynamics manager to contain all Response Dynamics objects

To obtain an instance of this class, refer to NXOpen.CAE.SimSimulation

New in version NX5.0.0.

Solutions”, ” Returns the Response Dynamics solution collection belonging to this sim part ” “Events”, ” Returns the Response Dynamics event collection belonging to this sim part ” “Excitations”, ” Returns the Response Dynamics excitation collection belonging to this sim part ” “EvaluationSettingManager”, ” Returns the Response Dynamics evaluation data manager belonging to this sim part ” “Sensors”, ” Returns the Response Dynamics sensor collection belonging to this sim part ” “StrainGages”, ” Returns the Response Dynamics strain gage collection belonging to this sim part “

Solutions

Manager.Solutions

Returns the Response Dynamics solution collection belonging to this sim part

Signature Solutions()

New in version NX3.0.0.

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

Events

Manager.Events

Returns the Response Dynamics event collection belonging to this sim part

Signature Events()

New in version NX3.0.0.

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

Excitations

Manager.Excitations

Returns the Response Dynamics excitation collection belonging to this sim part

Signature Excitations()

New in version NX3.0.0.

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

EvaluationSettingManager

Manager.EvaluationSettingManager

Returns the Response Dynamics evaluation data manager belonging to this sim part

Signature EvaluationSettingManager()

New in version NX3.0.0.

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

Sensors

Manager.Sensors

Returns the Response Dynamics sensor collection belonging to this sim part

Signature Sensors()

New in version NX3.0.0.

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

StrainGages

Manager.StrainGages

Returns the Response Dynamics strain gage collection belonging to this sim part

Signature StrainGages()

New in version NX3.0.0.

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