カスタム GUI ボタンの削除 - 2023.2 日本語

Vivado Design Suite ユーザー ガイド: Tcl スクリプト機能の使用 (UG894)

Document ID
UG894
Release Date
2023-11-17
Version
2023.2 日本語

カスタム ボタンを削除するには、GUI から直接削除するか、remove_gui_custom_command コマンドを使用します。

構文は次のとおりです。

remove_gui_custom_commands [-quiet] [-verbose] <names>...
Usage: 
  Name    Description
  -----------------------
  [-quiet]  Ignore command errors
  [-verbose] Suspend message limits during command execution
  <names>   name of one or more custom commands to remove

create_gui_custom_command -name で定義した名前を指定する必要があります。

カスタム GUI ボタンの作成およびカスタム GUI ボタンの作成で定義したカスタム ボタンを削除するには、次のコマンドを使用します。

remove_gui_custom_command myButton
remove_gui_custom_command getClock