09-06-2022 08:41 AM
Hi,
I am working on custom step types, that's where my latests strange questions come from....
Regarding result collection:
when executing a NLT without process model, the result container contains only RawLimits
When using the process model, the Result container also contains a Limits container
so obviously, the process model adds the limits container to the result container.
Where does this magic happen? At least in the Sequential Model, it is no ProcessModel Engine Callback, where I would've suspected this to happen
Cheers
Oli
Solved! Go to Solution.
09-06-2022 09:46 AM
HI,
The limits are added in "Initialize Execution Entry Point" sequence in ModelSupport.seq that is called by all entry points sequences (Test UUTs and Single Pass) via a step called "Initialize Entry Point"
Regards,
Anand Jain
NI