Skip to main content
June 01, 2023 This is another one of those sprints where we focused on “behind-the-scenes” code and functionality which is not directly observable by our users. We are working towards some larger deliverables that will be fully released in the upcoming sprints. Below are some of the changes which you might notice.

Company Level Defaults - System Detail Settings

If you have ever wanted to have company specific default settings for your High Voltage Transformer or for your Transmission Lines, your Company Administrator can now set that up.
Release 11 05 0 Image1
Inside the Company Level Defaults screen within the Company Admin area, you will see a System Details tab where you can set these up for your company.
Release 11 05 0 Image2

Deleting a Project with no Predictions

We have improved the error message that appears when you try to delete a project that appears to not have any predictions based on user feedback. Typically, if you see a project within your company and it looks like there are no predictions inside, there are probably “Draft-Private” predictions that are owned by other users within your company. If you try to delete that project, the system would give a vague error message letting you know that the Project can’t be deleted. We have improved the error message and even tell you who the owners are of the Draft-Private predictions inside the Project.
Release 11 05 0 Image3

Infinite Length Rows instead of Infinite Rows

We received some feedback that the name of the Infinite Rows shading algorithm was confusing and implied that there were infinite numbers of rows, when in reality this model is assuming Infinitely long rows. To reduce the confusion we made a simple name change in the drop down selection box.
Release 11 05 0 Image4

Design Derate in the Prediction Results screen

The Design Derate value has not been flowing into the Prediction Results screen. We have fixed that. Before:
Release 11 05 0 Image5
Now:
Release 11 05 0 Image6

SDK was throwing an error when creating a PowerPlant inside a prediction without Simulation Settings

We recently made some changes that made it so that Simulation Settings were needed before you created a PowerPlant when building out a prediction via the SDK/API. This change caused a lot of trouble for our SDK/API users who had scripts setup with the PowerPlant being created before the Simulation Settings (which is how we order the flow via the User Interface). We have implemented a fix for this as part of this release.