System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.2.1. _hw.tcl Callbacks

Name Description
ACTION_CALLBACK A callback procedure that is called when an ACTION display item's action is performed.
AUTOSWEEP_CASE_VALIDITY_CALLBACK A callback procedure that is called at the start of each autosweep scan iteration and takes in a set of parameters to be set to determine whether a given configuration case is valid by returning a 'true' or 'false' value.
AUTOSWEEP_FINALIZATION_CALLBACK A callback procedure that is called at the end of an autosweep scan (not per autosweep scan case iteration).
AUTOSWEEP_INITIALIZATION_CALLBACK A callback procedure that is called at the start of an autosweep scan (not per autosweep scan case iteration).
AUTOSWEEP_QUALITY_METRIC_CALLBACK A callback procedure that is called in each autosweep scan iteration to update specified quality metric values.
CHANNEL_CALLBACK A callback procedure that is called before the toolkit initialization stage to define associated toolkit channels.
CHART_CALLBACK The update procedure for chartable parameters. A callback procedure that is called at a fixed time interval as specified by the user's update frequency. These callbacks execute sequentially and, when added, are scheduled to execute at the next available time slot.
ELABORATION_CALLBACK A callback procedure that is called in response to parameter value changes.
EYE_VIEWER_CALLBACK A callback procedure that is called to configure the Eye Viewer tool to display an eye based on a given set of eye data.
FINALIZATION_CALLBACK A callback procedure that is called once when a toolkit is either closed by System Console or is no longer referenced in a System Console toolkit view, whichever occurs last.
INITIALIZATION_CALLBACK A callback procedure that is called once when the toolkit is either first launched or referenced in a System Console toolkit view, whichever occurs first.
PARAMETER_UPDATE_CALLBACK A callback procedure that is called when the associated parameter is changed in the parameter editor UI.
QUALITY_COMPARISON_CALLBACK A callback procedure that is used for captured metric comparison to sort in provided result tables.
TIMED_CALLBACK A callback procedure that is called at a fixed timed interval (in milliseconds). These callbacks execute sequentially and, when added, are scheduled to execute at the next available time slot.