Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.9.6.4.8. toolkit_get_property

Description

Returns the property value for a specific widget.

Usage

toolkit_get_property <id> <propertyName>

Returns

The property value.

Arguments

<id>
A unique ID for the widget being queried.
<propertyName>
The name of the widget property.

Example

set enabled [toolkit_get_property my_button enabled]