I've got a fairly complex cable system that I've set up in the Cable Wizard and saved as a .wzd file. Sometimes my model configuration will change drastically as a design evolves so I prefer to build everything from modular CMD files as opposed to interactively in the gui.
How can I load in this .wzd file and execute the Cable Wizard again through CMD language?
I guess you could write a cmd-script that would step through the wizard. (interface push_button execute ...)
For the specific task of reading in the .wzd file you would have to look at what the commands are behind that import push button, and execute these commands yourself. Look it up through the database navigator and see what commands are behind it.
I guess you could write a cmd-script that would step through the wizard. (interface push_button execute ...)
For the specific task of reading in the .wzd file you would have to look at what the commands are behind that import push button, and execute these commands yourself. Look it up through the database navigator and see what commands are behind it.