poIScalarDefine SetResultSystem
Sets the result system of the result definition.
Syntax
poIScalarDefine_handle SetResultSystem sys_id
Application
HyperView Tcl Modify
Description
Inputs
- sys_id
- This is either a valid result system locator of the form "id pool_name" or one of the
following special identifiers:
- 0:global system
- -1: analysis system
- -2: elemental system
- -3: tracking system
- -4: material system
- -5: ply system
Example
To set the result system of a scalar result definition to analysis system:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client GetResultHandle sdefine 4 scalar
sdefine SetResultSystem -1
hwi CloseStack
Errors
Returns or an error code if there was an error setting the result system and sets error condition on the session handle. See session_handle GetError.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.