getResultSimulations
Overview
This utility is used to extract the list of simulation / time step names in a load case. This can be used as input for other operations.
Syntax
ResultSimulationNameList = simlab.getResultSimulations("LoadCaseName")
User Case
This utility can be used to get the list of simulation / time step names in a load case. From this list, we can activate the results of specific simulation by passing the simulation name and can also export the results by using the simulation index.
Utility Input/output
Sample

Note: Sample Script