poIPost GetResultList

Gets a list of defined result IDs of the given type.

Syntax

post_handle GetResultList context

Application

HyperView Tcl Query

Description

This command, valid only in HyperView - MultiCore profile, returns a list of defined result IDs of the given type. Returns Success (0) or an error code.

Inputs

context
A string indicating the context of the result to get the ID list for (scalar, tensor, vector, iso).

Example

To get the current list of scalar results:

hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client GetResultList scalar
hwi CloseStack

Errors

Returns error code and sets an error condition on the session handle. See session_handle GetError.

Related Topics

See the HyperView - MultiCore APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.