NIVeriStandAdd-Ons / VeriStand-steps-for-TestStand

NI TestStand Step Types for automating NI VeriStand.
Other
8 stars 16 forks source link

support multiple-fault-commit functionality #3

Open pokemane opened 7 years ago

pokemane commented 7 years ago

from the VS UI manager:

image

being able to apply multiple faults for multiple channels at once would be useful to expand the flexibility of fault test cases using the VS custom steps, especially if one event would cause multiple faults as seen by the hardware.

AndrewHeim commented 7 years ago

I like this idea - the APIs allow the application of multiple faults. These steps should too (they allow for setting and getting of multiple channels, right?).

As an aside, ff there is something immediate blocking your work, try wrapping a VI with those calls in it and calling it from your sequence. That won't be as pretty as adding it to the steps, but should work in the meanwhile.