origen_testers ATP flow loop method use case?

37 views Asked by At

What is the use case for the origen_testers ATP flow 'loop' method? Is this meant to be something users call in their flow file or is something under the hood? Does this method specifically generate something specific for the V93K SMT7 platform?

thx

1

There are 1 answers

1
Ginty On BEST ANSWER

Something that the users call in their flow file.

I haven't used it personally, but from these spec tests, it looks like you would do something like:

loop from: 0, to: 5, step: 1, var: "vol" do
  test :test_loop1
end

The var value is optional, in that case it will presumably generate a variable name.

Being part of the flow, this API can be called for any tester, however I suspect that only the V93K generator actually will actuall do something with it currently.