Origen-SDK / origen_testers

Origen drivers/APIs for ATE tester platforms
http://origen-sdk.org/testers
MIT License
11 stars 23 forks source link

[V93K] Request to handle Group Bypass property of a Node #87

Open vicdelacruz opened 6 years ago

vicdelacruz commented 6 years ago

From SmartTest 7.1.3 and later of Advantest, we have the option to set “Group Bypass” property of the Group node testflow component.

{ run_and_branch(TestA) then { } else { if @Alarm then { binout; } else { } } run_and_branch(TestB) then { } else { if \@Alarm then { binout; } else { } } }, groupbypass, open,"DataCollectionTests", ""

The current workaround is described in this stackoverflow entry

ginty commented 6 years ago

Related to #79