poIPost GetDataTypeList
Gets a list with all data type labels for all the models loaded.
Syntax
post_handle GetDataTypeList context
Application
HyperView Tcl Query
Description
This command returns a list with all data type labels for all the models loaded.
Inputs
- context
- A string indicating the context of the request (scalar, tensor, vector, iso).
Example
To get the scalar date type list:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client GetDataTypeList scalar
hwi CloseStack
Errors
Returns error code 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.