getResultLoadCases

Overview

This utility is used to extract the list of load cases names from the results. This can be used as input for other operations.

Syntax

ResultLoadCaseNameList = simlab.getResultLoadCases()

User Case

This utility can be used to get the list of load cases names from the results. From this list, the numerical position of any specific load case can be identified based on its name, within the list.

Why we need this utility?

When we need to export results of a specific load cases based on its name, this utility can be used. By using this utility, a specific load case can be set active and its results can be used to perform any post processing activities like Bore distortion or the results can be exported as .csv, .dat files.

Utility Input/output

Sample