Factory.GetIChannelFault Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetIChannelFault method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the IChannelFault interface, which you can use to view, set, and clear channel software faults on the execution host.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetIChannelFault As IChannelFault |
| C# |
|---|
public IChannelFault GetIChannelFault() |
| Visual C++ |
|---|
public: IChannelFault^ GetIChannelFault() |