poIAssembly GetPool

Gets the pool name in which the assembly exists.

Syntax

assem_handle GetPool

Application

HyperView Tcl Query

Description

This command retrieves the pool name in which the assembly exists.

Example

To get the pool name of an assembly:
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]

# Assuming that the model contains an assembly whose id is 1
model_handle GetAssemblyHandle assem_handle 1
assem_handle GetPool

hwi CloseStack

Errors

None.