24#include "AstAnalyzer/SweepStudy.hpp"
36class UiSweepVariableList;
37class UiSweepOutputList;
60 void rebuildCommandEditor();
64 QTabWidget* tabWidget_;
67 QSplitter* studySplitter_;
72 QStackedWidget* commandStack_;
73 QLabel* placeholderLabel_;
76 QPushButton* executeBtn_;
遍历搜索分析器(参数化扫描),对变量进行嵌套循环遍历并执行仿真命令
定义 SweepStudy.hpp:92
扫参输出表格,以表格行内编辑方式管理 SweepOutput 列表
定义 UiSweepOutputList.hpp:36
SweepStudy 编辑界面
定义 UiSweepStudy.hpp:41
SweepStudy * analyzer() const
获取当前绑定的 SweepStudy
定义 UiSweepStudy.hpp:50
扫参变量表格,以表格行内编辑方式管理 SweepVariable 列表
定义 UiSweepVariableList.hpp:36