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
6 VE Python API
6.1 Conventions Used in the VE API and User Guide
6.1.3 ApacheSim
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
6.1.3 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 6.1.3 ApacheSim
6.1.3.1 Methods Defined Here
6.1.3.2 Enums Defined Here
6.1.3.3