poITrackingSystem GetPlaneType

Gets the plane type of a tracking system.

Syntax

tsys_handle GetPlaneType

Application

HyperView Tcl Query

Description

This command returns the plane type of a tracking system. Any of the following three values are valid: OXY/OYZ/OZX. This command should only be used for "plane" type tracking systems.

Example

To get the plane type 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 ptype [tsys_handle GetPlaneType]
hwi CloseStack

Errors

Returns an empty string if there is an error.