Hi,
Is there any variable name to call for reporting Solar Hot-Water Preheating Systems (MWH/yr) in python ?
Thanks,
Search found 3 matches
- Thu Feb 02, 2023 2:14 pm
- Forum: VE Python API
- Topic: Solar Hot-Water Preheating Systems
- Replies: 0
- Views: 67122
- Tue Nov 01, 2022 5:27 pm
- Forum: VE Python API
- Topic: Get CE (GHG Emissions) Results
- Replies: 1
- Views: 4521
Re: Get CE (GHG Emissions) Results
I've noticed that it extracts the Carbon (kgC) rather than CO2.
- Tue Oct 18, 2022 6:29 pm
- Forum: VE Python API
- Topic: Get CE (GHG Emissions) Results
- Replies: 1
- Views: 4521
Get CE (GHG Emissions) Results
Hello,
The results I get from API is different than VistaPro for CE/GHG emissions.
As per guideline I call the CE by defining type as 'c'.
For instance:
AGHG_Receptacle_Equipment_Electricity = np.sum(aps_file.get_energy_results(use_id=iesve.EnergyUse.prm_receptacle_equipment,source_id=iesve ...
The results I get from API is different than VistaPro for CE/GHG emissions.
As per guideline I call the CE by defining type as 'c'.
For instance:
AGHG_Receptacle_Equipment_Electricity = np.sum(aps_file.get_energy_results(use_id=iesve.EnergyUse.prm_receptacle_equipment,source_id=iesve ...