Hello,
Would be cool if limits are added to the submitter, xmesh saver license is only one here, for example
Thanks!
Hello,
Would be cool if limits are added to the submitter, xmesh saver license is only one here, for example
Thanks!
Good point, will log it.
You can modify your script if you want
*Locate the remark “-- copy values from controls to SMTDSettings”
*Store the old value in a variable
local oldLimitGroupsToUse = SMTDSettings.LimitGroupsToUse
Then set
SMTDSettings.LimitGroupsToUse = #("XMesh")
At the end of the event handler around line 4550, set the array back to the old value
SMTDSettings.LimitGroupsToUse = oldLimitGroupsToUse
Define “XMesh” Limit in the Monitor. Done.
Will do!