fluent tui命令的编写?
最近要用服务器计算。发现要用tui编写jou文件。。现在读取和提交没问题了。但是因为要用到patch命令。没搞懂patch命令用tui怎么编写。求大神指教。下面是在电脑上操作的patch的gui命令。
(cx-gui-do cx-activate-item "Ribbon*Frame1*Frame2(Setting Up Domain)*Table1*Table2(Adapt)*PushButton1(Mark/Adapt Cells)")
(cx-gui-do cx-activate-item "MenuBar*PopupMenuMethods*Region...")
(cx-gui-do cx-activate-item "Region Adaption*PanelButtons*PushButton4(Mark)")
(cx-gui-do cx-activate-item "Region Adaption*PanelButtons*PushButton2(Cancel)")
(cx-gui-do cx-set-list-tree-selections "NavigationPane*List_Tree1" (list "Solution|Solution Initialization"))
(cx-gui-do cx-set-list-selections "Solution Initialization*Table1*DropDownList1(Compute from)" '( 0))
(cx-gui-do cx-activate-item "Solution Initialization*Table1*DropDownList1(Compute from)")
(cx-gui-do cx-activate-item "Solution Initialization*Table1*ButtonBox8*PushButton1(Initialize)")
(cx-gui-do cx-activate-item "Solution Initialization*Table1*ButtonBox8*PushButton3(Patch)")
(cx-gui-do cx-set-list-selections "Patch*Frame1*Table2*DropDownList1(Phase)" '( 2))
(cx-gui-do cx-activate-item "Patch*Frame1*Table2*DropDownList1(Phase)")
(cx-gui-do cx-set-list-selections "Patch*Frame1*Table2*List2(Variable)" '( 4))
(cx-gui-do cx-activate-item "Patch*Frame1*Table2*List2(Variable)")
(cx-gui-do cx-set-list-selections "Patch*Frame3*List2(Registers to Patch)" '( 0))
(cx-gui-do cx-activate-item "Patch*Frame3*List2(Registers to Patch)")
(cx-gui-do cx-activate-item "Patch*PanelButtons*PushButton3(Patch)")
(cx-gui-do cx-activate-item "Patch*PanelButtons*PushButton1(Close)")
求转化下tui的patch命令