poICFD GetRakeHandle

Returns the handle of the rake specified by the rake_id.

Syntax

poICFD_handle GetRakeHandle rake_handle rake_id

Application

Description

This command returns the handle of the rake specified by the rake_id. The rake_id must be "1" for an existing rake.

Inputs

rake_id
The rake ID.

Example

To get the handle of a rake:
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 GetCFDCtrlHandle CFD_handle
CFD_handle AddRake line
CFD_handle GetRakeHandle rake_handle 1
hwi CloseStack

Error

Returns PO_InvalidCFDRakeID if the specified rake does not exist in the CFD Plot/Streamlines panel.