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
ResultsReader
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
ResultsReader
Support for reading simulation result files (APS files).
Basic usage:
f = iesve.ResultsReader.open(filename)
x = f.get_results('Total electricity', 'e')
f.close()
The contents of ResultsReader
Notes on Reading APS files
Methods Defined Here
Attributes Defined Here
Enums Defined Here