Description |
Sets and reads the Scope of the PassFail line on the HANDLER IO connector (pin 33). Learn more about Global Pass/Fail. |
VB Syntax |
object.PassFailScope = value |
Variable |
(Type) - Description |
object |
(object) - An Aux I/O or Handler IO object |
value |
(enum NAPassFailScope ) Choose from: 0 - naChannelScope - The PassFail line returns to its default state before sweeps on the next channel start. (A channel measurement may require several sweeps.) 1 - naGlobalScope - The PassFail line returns to its default state before the sweeps for the next triggerable channel start. The default state of the PassFail line before a measurement occurs and after a failure occurs is set by the PassFailMode property. |
Return Type |
enum NAPassFailScope |
Default |
1 - naGlobalScope |
Examples |
HWAuxIO.PassFailScope = naGlobalScope 'Write scope = HWAuxIO.PassFailScope 'Read |
C++ Syntax |
HRESULT put_PassFailScope ( tagNAPassFailScope Scope ); HRESULT get_PassFailScope ( tagNAPassFailScope* Scope ); |
Interface |
IHWAuxIO IHWMaterialHandlerIO |