Good day all,
I am using a PXIe 4139 in Sequence mode to output a set of values. As it runs, I try to check for compliance of my output but it has been unsuccessful as it seems sequence mode conflicts with checks like this:

Without getting into the detail of my implementation, in general, what would be the best way to implement this compliance check on Sequence mode for an SMU?
I imagine a solution with a Boolean indicating a compliance violation occurred during the sequence. Or better maybe, an array of Booleans that corresponds to each compliance in the steps of the sequence.
Thank you for your time,
-SBetancur