poIImagePlane SyncScaleModified

Checks to see if the sync scale has been modified.

Syntax

Imageplane_handle SyncScaleModified

Application

HyperView Tcl Query

Description

This command returns True if the sync scale has changed since last setting the sync mode to length of framerate, or False if it has not changed. This is primarily used to determine if the sync mode should be updated to manual.

Example

To determine if the sync scale has been modified:
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 GetImagePlaneCtrlHandle ipc_handle
ipc_handle GetImagePlaneHandle image_plane_handle 1
image_plane_handle SyncScaleModified
hwi CloseStack

Errors

Returns HW_InvalidHandle if the image plane handle is invalid.