PostScenarioBuilderSlotCollection Class

class NXOpen.CAE.PostScenarioBuilderSlotCollection

Bases: object

This class is a collection of NXOpen.CAE.PostScenarioBuilderSlot.

Access the data slots available to the currently selected NXOpen.CAE.PostScenarioDescriptor on the owning NXOpen.CAE.PostScenarioBuilder. A post processing scenario can contain multiple slots to which NXOpen.CAE.DataSource`s and respective :py:class:`NXOpen.CAE.PostScenarioDataDefinition`s are assigned. The scenario retrieves data from these data sources in order to process it and display it via :py:meth:`NXOpen.CAE.PostScenarioBuilder.Visualization.

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

New in version NX12.0.0.

Methods

Method Description
Find Finds a slot with a certain name.

Method Detail

Find

PostScenarioBuilderSlotCollection.Find

Finds a slot with a certain name.

Signature Find(name)

Parameters:name (str) – name of the slot
Returns:
Return type:NXOpen.CAE.PostScenarioBuilderSlot

New in version NX12.0.0.

License requirements: None.