How to get the total number of design points in Workbench via script?

Landon Mitchell Kanner
Landon Mitchell Kanner Member, Employee, GitHub-issue-creator Posts: 327
50 Answers 100 Comments Second Anniversary 25 Likes
✭✭✭✭

Do we have any ACT API to count the total number of design points present in the parameter set?

Answers

  • Landon Mitchell Kanner
    Landon Mitchell Kanner Member, Employee, GitHub-issue-creator Posts: 327
    50 Answers 100 Comments Second Anniversary 25 Likes
    ✭✭✭✭
    edited August 2023

    dp = Parameters.GetAllDesignPoints()
    len(dp)