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.13 ResultsReader
Previous page
Next page
To properly display this page you need a browser with JavaScript support.
6.1.13 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 6.1.13 ResultsReader
6.1.13.1 Notes on Reading APS files
6.1.13.2 Methods Defined Here
6.1.13.3 Attributes Defined Here
6.1.13.4 Enums Defined Here