How to use LB+HB functions in a C# script

Hey @MingboPeng
I finally get time to test it.
I got an error where the honeybee.model doesn’t have a property called energy and is not in the documentation.

This doesn’t allow me to get the data to pass to the faction from_week_day_schedules used by honeybee_energy.schedule.ruleset in the weekly schedule component and get the result that I am looking for.

Also to use this function I need to reference the library that depended on where people store it when they install ladybug, rather than I am going to reference all the python files in the project.

Hey @MingboPeng
Do you have any suggestions?
Thanks.

Hi @sonomirco

You can find the energy properties in model.properties.energy.

You can use dynamic as shown here:

More info on dynamic: