showDialog
Overview
This utility is used to show the dialog in the custom ribbons created by the users.
Syntax
simlab.showDialog(DialogUuidOrDesignXMLFile)
Use Case
Some automation projects do need to show the existing dialogs of SimLab in their custom ribbon.
Sample
UUID
simlab.showDialog('B219E9B4-B76A-410d-8BF7-C83FC40651FC')
Custom Dialog XML File
simlab.showDialog("D:/MycustomDialogs/CustomDialog/ImportECAD/ImportECAD.xml")
Note: Custom dialog XML files are dialog designer files
created by Advanced > UI Customization > Dialog Designer.