To properly display this page you need a browser with JavaScript support.
Download
|
Support
|
Training
|
Login/Register
Software
Consulting
Research
Discoveries
×
Menu
Index
Search
Search
Search
Application Programming Interface (API)
Python API Guidance
VE Python API
Conventions Used in the VE API and User Guide
ApacheSim
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
ApacheSim
Interface for running Apache Simulations.
Basic usage:
s = iesve.ApacheSim()
s.show_simulation_dialog()
or
s = iesve.ApacheSim()
s.save_options({'results_filename' : 'abc.aps'})
s.run_simulation()
The contents of ApacheSim
Methods Defined Here