queryResults

Overview

This utility is used to query the nodal and elemental results value.

Syntax

simlab.queryResults("Model name", "Entity ID", True/False,"Entity");

Set Entity as “Node” to get the nodal results .

Set Entity as “Element” to get the elemental results.

Set "True" to get the nodal results of all simulations.

Set "False" to get the nodal/elemental results of current simulation.

Use Case

This utility can be used to query the nodal or elemental results value for all or current simulation and the values can be exported as well.

Utility Input/output

Sample

Note:

True case will work only for ‘node’ entity type.

Sample Script