SimLoadCollection Class

class NXOpen.CAE.SimLoadCollection

Bases: object

Provides methods for managing loads NXOpen.CAE.SimLoad in a sim part

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

New in version NX4.0.0.

Methods

Method Description
CreateLoad Creates a load for the load descriptor passed
FindObject Finds the NXOpen.CAE.SimLoad with the given identifier as recorded in a journal.

Method Detail

CreateLoad

SimLoadCollection.CreateLoad

Creates a load for the load descriptor passed

Signature CreateLoad(descriptorName, name)

Parameters:
  • descriptorName (str) – name of the load descriptor
  • name (str) – name of the load to be created
Returns:

load created

Return type:

NXOpen.CAE.SimLoad

New in version NX4.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

FindObject

SimLoadCollection.FindObject

Finds the NXOpen.CAE.SimLoad with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier to be found
Returns:load found
Return type:NXOpen.CAE.SimLoad

New in version NX4.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)