delete_dashboard_gadgets - 2020.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2020-11-18
Version
2020.2 English

Deletes the gadgets from project summary dashboard

Syntax

delete_dashboard_gadgets [‑quiet] [‑verbose] <gadgets>

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<gadgets> Gadgets to delete

Categories

Project

Description

This command removes the gadget from the Project Summary dashboard, and removes it from the project.

Arguments

-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

<gadgets> - (Required) Specifies the dashboard gadgets to delete. Gadgets can be specified by name, or returned by the get_dashboard_gadgets command.

Example

The following example deletes the specified gadget:

delete_dashboard_gadget gadget_power