Clears all active software faults from all software faulted channels on the target.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function ClearAllFaults As Error |
| Visual C++ |
|---|
Error^ ClearAllFaults() |
Return Value
Returns an Error object. If the software faulting component is not available, the Code property of the Error object is ComponentNotAvailable. If no error occurs, the Code property of the Error object is 0.