×
Menu
Index

6.1.38.1 Methods Defined Here

run(from_month, to_month, design_day, use_diffuse) ->  list
Run a Suncast simulation.
 
get_results(shading_filename, body_index, surface_index, surface_id, opening_num) -> list
    Get Suncast insolation data. Returns a list of lists of dictionaries.
    Returns data for the surface unless  an opening number of 1 or  greater is provided (optional).
    Each list represents a month of the year.
    The sub-list contains a dictionary of data for each hour of the  design day.
 
    The dictionary contains the following entries:
 
 external
 external_pc
 internal
 internal_pc
 
get_sun_up_down() -> list
    Get sun up/down times as a list containing a dictionary of data for each day of the year.
 
    The dictionary contains the following entries:
   
 date
 down_azi
 down_time
 up_azi
 up_time
 
 
get_solar_altitudes(shading_filename, design_day) -> list
    Get solar altitude data.
    Returns a list of lists for each month containing the altitude for each hour of the design day