×
Menu
Index

6.1.1.1 Methods Defined Here

iesve.get_application_folder() -> str
  Gets the location of the VE instance.
 
Basic usage:
 
import iesve
iesve.get_application_folder()
 
iesve.get_shared_content_path() -> str
  Gets the location of the VE shared content.
 
Basic usage:
 
import iesve
path = iesve.get_shared_content_path()
 
iesve.get_weather_file_paths() -> list[str]
  Gets the locations of the VE weather files.
 
Basic usage:
 
import iesve
paths = iesve.get_weather_file_paths()