<< Click to Display Table of Contents >> Navigation: Designing a PCB with AutoTRAX DEX > Appendix > Scripting > The DEX API > The window variable |
The window variable give you access to the AutoTRAX DEX main window commands.
Useage
Call method on the window variable e.g.
window.CreateNewPart()
Methods (Loads more to come in the next few days)
CreateNewProject - create a new project
ShowPartWizard - Start the part wizard.
CreateNewPart - create a new part
ImportDEXFile - read an AutoTRAX DEX EDA file.
OpenProject - open an existing project
OpenPart - open an existing part
RecoverDesign - display the recover design dialog
OpenEagle - open an existing Eagle schematic/board file, combing them both.
Close - close the current design.
Save - save the current design
SaveAs - save the design to a different file name
Exit - close AutoTRAX DEX