Closed kdheepak closed 5 years ago
I don't think there is a global switch fully implemented for all messages yet. We can reuse NoFormsAllowed
though -- it seems there was an intent to implement this but it was never finished for the DDLL and OpenDSSCmd.
It's a small change (a couple of conditionals) and we'd end up with implementations for DSS.AllowForms
in both dss_python and ODDpy. I'll work on this before the next release.
Added an implementation for AllowForms: by default AllowForms is false (it already was before, but the there was no logic implemented to use it) but it can be toggled to show progress and misc messages in stdout.
Let's leave this open until the next release. I also implemented it for ODDpy in https://github.com/PMeira/OpenDSSDirect.py/commit/311c2cc5fa56eb6b080e81e46565b5dd6e6a4e9c and tested locally. Since it would fail at the moment, I'll make a PR as soon as the next DSS Python is released.
It looks like there is already an option to do this in electricdss-src. If this is already exposed, can you point me to it? If there's not can we add a way to do this?