poITrackingSystem GetPlaneTypeList

Gets the list of valid plane types for a tracking system.

Syntax

tsys_handle GetPlaneTypeList

Application

HyperView Tcl Query

Description

This command retrieves a list of valid plane types for a tracking system. The list of {OXY OYZ OZX} is returned.

Example

To get the plane type list of a tracking system whose ID is 2:
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 1;
model_handle GetTrackingSystemHandle tsys_handle 2
set plist [tsys_handle GetPlaneTypeList]
hwi CloseStack

Errors

Returns an empty list if there is an error.