System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 3/28/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.1.11. get_channel_display_group

Description

This command returns the associated display group for a given channel's display area.

Availability

GLOBAL

Usage

get_channel_display_group <channel>

ReturnType

String

Returns

Associated channel display group name.

Arguments

channel
The name of the targeted display group.

Example

set my_chan_display_group [ get_channel_display_group "Channel 0" ]