CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.232

Release date: March 11, 2025

New featureMulti run configurations can now iterate through multiple attributes. [ #2437 ]

This feature relates to multi run configurations. The functionality has been extended so that users can now select:

  • one or several multi attributes.
  • one or several parameter tables.

Example: The user wants to vary the impact angle of the barrier between 60, 75 and 90 degrees. The user also wants to vary the seat position between position A and B. That means, there are 6 different run configurations in total: 60+A, 60+B, 75+A, 75+B, 90+A, 90+B.

In the past, a multi run configuration could only iterate through one attribute. That means, the user could either select the barrier angle or the seat position as the multi attribute. The user could not select both, i.e. the user could not create one multi run configuration with all 6 children.

This has been changed. Users can now select one or several multi attributes.

image
Multi run configuration

New featureThere is a new button in the history comment section of the "Properties" view. [ #6784 ]

Users can click on the button   to generate an improved history comment via app script. Note: This button is only visible if the user is allowed to edit the history comment and if a script for comment generation is available.

ImprovementThe architecture and performance_quotient filtering has been deactivated for profiling data. [ #6787 ]

In the past, the assembly template / run method get_profiling_data asked for any available profiling files on previously assembled runs of the same run configuration. This method is more or less the same as calling _get_profiling_data, which collects all available profiling files, filters them using an “architecture” and, for some brandings, a “performance_quotient” and delivers back the first/newest profiling file from what is left after the filtering. This architecture filtering has been deactivated since it is no longer current.

Bug fixIn the past, the client was very slow when selecting a different pool version and/or component. This performance issue has been fixed. [ #2924 ]
Bug fixIt is no longer possible to attach a run output to a run via the service API without any authentication. [ #6754 ]