add "Waves->Load first analysis found" so xschem will load first section found in raw file (and matching following ones if any)

This commit is contained in:
stefan schippers 2025-08-20 08:53:50 +02:00
parent 0657c44e02
commit d778a738b2
1 changed files with 1 additions and 0 deletions

View File

@ -9098,6 +9098,7 @@ proc build_widgets { {topwin {} } } {
$topwin.menubar.waves add separator
$topwin.menubar.waves add command -label Clear -command {xschem raw_clear}
$topwin.menubar.waves add separator
$topwin.menubar.waves add command -label {Load first analysis found} -command {waves {}}
$topwin.menubar.waves add command -label {Op Annotate} -command {
set retval [select_raw [xschem get topwindow]]
set show_hidden_texts 1