System Console and Toolkit Tcl Command Reference Manual

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