poISystemCtrl GetSystemHeadTypeList

Gets a list of all the system head styles for the system review controller.

Syntax

sysctrl_handle GetSystemHeadTypeList "list"

Application

HyperView Tcl Query

Description

This command retrieves a list of all of the system head styles supported by the system review controller.

Example

To get a list of all of the system head styles in the system review controller:
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
variable sys_head_type_list
sysctrl_handle GetSystemHeadTypeList sys_head_type_list
foreach { style } $ sys_head_type_list {
puts " System Head Type Name : $style"

hwi CloseStack

Errors

Returns an error only if the system controller handle is invalid.