VeriStand .NET API Reference

Factory.GetIChannelFault Method

This method is deprecated in NI VeriStand 2010 and later. Use the GetIChannelFault method instead.

Gets the IChannelFault interface, which you can use to view, set, and clear channel software faults on the execution host.

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)
Public Function GetIChannelFault As IChannelFault
C#
public IChannelFault GetIChannelFault()
Visual C++
public:
IChannelFault^ GetIChannelFault()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience