PostScenarioBuilderSlotCollection Class¶
-
class
NXOpen.CAE.PostScenarioBuilderSlotCollection¶ Bases:
objectThis class is a collection of
NXOpen.CAE.PostScenarioBuilderSlot.Access the data slots available to the currently selected
NXOpen.CAE.PostScenarioDescriptoron the owningNXOpen.CAE.PostScenarioBuilder. A post processing scenario can contain multiple slots to whichNXOpen.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.PostScenarioBuilderNew in version NX12.0.0.
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.PostScenarioBuilderSlotNew in version NX12.0.0.
License requirements: None.