Example 09 is currently not working in the main branch and should be fixed.
Error message:
prj.data.load_uc_binding()
AttributeError: 'NoneType' object has no attribute 'load_uc_binding'
Can be fixed by includidng the following code for example:
prj.data = DataClass(construction_data=ConstructionData.iwu_heavy)
Example 09 is currently not working in the main branch and should be fixed.
Error message:
prj.data.load_uc_binding()
AttributeError: 'NoneType' object has no attribute 'load_uc_binding'
Can be fixed by includidng the following code for example:
prj.data = DataClass(construction_data=ConstructionData.iwu_heavy)