System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/01/2024
Public
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 ]