File "xxx/FEMMT/femmt/examples/foil_winding_example.py", line 41, in <module>
geo.single_simulation(freq=100000, current=[3], show_results=True)
File "xxx/FEMMT/femmt/MagneticComponent.py", line 1517, in single_simulation
self.calculate_and_write_log()
File "xxx/FEMMT/femmt/MagneticComponent.py", line 2149, in calculate_and_write_log
wire_weight_list = self.calculate_wire_weight()
File "xxx/FEMMT/femmt/MagneticComponent.py", line 1355, in calculate_wire_weight
for wire_volume in self.calculate_wire_volumes():
File "xxx/FEMMT/femmt/MagneticComponent.py", line 1319, in calculate_wire_volumes
winding_type = vww_winding.winding_type
AttributeError: 'Conductor' object has no attribute 'winding_type'
Process finished with exit code 1
Describe the bug For foil windings, there is no winding type set. This leads to error when calculating the wire-volumes
To Reproduce on current develop branch.
Error Message