poISystemCtrl SetEntitySystemType

Sets the entity system type to review in a system review plot.

Syntax

sysctrl_handle SetEntitySystemType system_type_name

Application

HyperView Tcl Modify

Description

This command sets the system type to be reviewed in a system review plot (element, material, or ply). The data type must be element system, material system, or ply system.

Inputs

system_type_name
The name of the system type to be set.

Example

To set the data type in a system review plot to "Ply system":
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
sysctrl_handle SetEntitySystemType ”Ply”
hwi CloseStack

Errors

Always returns success even if the system type does not exist. In the case of an invalid system type, the command will be ignored. If no results were attached, the system control handle is not retrievable, thus this command cannot be called.