poITensorCtrl GetHeadType

Gets the type of head that is being drawn on each tensor.

Syntax

tensor_handle GetHeadType

Application

HyperView Tcl Query

Description

This command retrieves the type of head being drawn on each tensor. "Arrow" indicates that an arrow is drawn on each tensor. "None" indicates that nothing will be drawn.

Example

To get the type of head that is being drawn on a tensor:
hwi OpenStack
hwi GetSessionHandle session_handle
hwi GetActiveClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetResultCtrlHandle rc
rc GetTensorCtrlHandle tc
tc GetHeadType
hwi CloseStack 

Errors

Returns HW_InvalidHandle if the handle used to invoke the method is no longer valid.