Page 1 of 1

IES VE 2023/2024

Posted: Tue Sep 03, 2024 9:25 am
by Josef_UIBK
Hello,

when will you update your Python API, because it is really unclear and not in very deep detail. In addition, the API documentation is no longer up to date with IES VE 2023 and 2024. A lot of the documented methods do not work anymore, e.g.:

Code: Select all

fuel_names() -> list :
List of fuel names.  Fuels are represented by indices, and this list pairs the indices with string representations, e.g.:
elec_index = 6
names_list = iesve.VEApacheSystem.fuel_names()
print("Elec string:", names_list[elec_index])
This method does not even exist anymore.

It is really very tiring and time-consuming to work out the API through trial and error. I really would like to and need to develop scripts for work but so this really doesn't make any sense.

Thx