Hello everyone
I have a question, I want to use illuminance values from Honeybee Run Daylight Simulation component to separate data between 300 and 3000 lux but it doesn’t work correctly. Is the illuminance values a list?
Hello everyone
Use
if i>=300 and i<=3000:
a.append(i)
Also, right click on x and select “List Access”
Also, right click on x > type hint> int
(len(a))*100 / len(x)