Open
Description
See comments
#873 (comment)
Probably needs just create bindings for enum.
Now can be bypassed by using save() and saving as binary stream, like:
with open(filepath+"_basal.dump", "wb") as f:
f.write(self._tm.basalConnections.save())