You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance can be very slow when setting values of multiple elements because of the element order in OpenDSSDirect. It may be significantly faster to create a set_values() function that takes information for multiple elements and sets them in the optimal order.
Two possible options for implementation:
Use class.First and class.Next and setting the values for each element as needed
Save the OpenDSS order of elements for each class, then sort the elements of interest, then call set_() in that order
The text was updated successfully, but these errors were encountered:
Performance can be very slow when setting values of multiple elements because of the element order in OpenDSSDirect. It may be significantly faster to create a set_values() function that takes information for multiple elements and sets them in the optimal order.
Two possible options for implementation:
class.First
andclass.Next
and setting the values for each element as neededThe text was updated successfully, but these errors were encountered: