System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 12/13/2021
Public

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

Document Table of Contents

2.1.13. get_display_hint

Description

Retrieve the value of a display hint from a specified display item.

Availability

All contexts except: AUTOSWEEP_CASE_VALIDITY, CHANNEL, DISCOVER

Usage

get_display_hint <id> <display-hint>

ReturnType

String

Returns

Returns the value of the display hint.

Arguments

id
ID of the display hint's display item.
display-hint
Name of the display hint.

Example

set file_loc [ get_display_hint my_disp_item FILE ]