getResultComponents

Overview

This utility is used to extract the list of component names in a load case. This can be used as input for other operations.

Syntax

ResultComponentNameList = simlab.getResultComponents("LoadCaseName")

User Case

  • This utility can be used to get the list of component names in a load case. From this list, we can activate the results of specific component by passing the component name and can also export the results by using the component index.

Utility Input/output

Sample