poISystemCtrl GetEntitySystemType

Gets the current entity system type for the system review control.

Syntax

sysctrl_handle GetEntitySystemType

Application

HyperView Tcl Query

Description

This command retrieves the current entity system type in a system review plot (for example - ply, system, etc.).

Example

To get the current entity system type in a contour plot:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetResultCtrlHandle result_handle
result_handle GetSystemCtrlHandle sysctrl_handle
set sys_type [sysctrl_handle GetEntitySystemType]
hwi CloseStack

Errors

Always returns a valid entity system type (as long as a valid result file has been attached to the model). If no results were attached, the system control handle is not retrievable, thus this command cannot be called.