How to get the total number of design points in Workbench via script?
Landon Mitchell Kanner
Member, Employee, GitHub-issue-creator Posts: 327
✭✭✭✭
Do we have any ACT API to count the total number of design points present in the parameter set?
Tagged:
0
Answers
-
dp = Parameters.GetAllDesignPoints() len(dp)
0