VeriStand .NET API Reference

InputOverflowChannel Class

Represents an input overflow count channel, which tracks the number of times the system fails to write data to an asynchronous custom device because the FIFO is full. A single custom device can have only one input overflow count channel.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class InputOverflowChannel _
	Inherits CustomDeviceChannel
C#
public class InputOverflowChannel : CustomDeviceChannel
Visual C++
public ref class InputOverflowChannel : public CustomDeviceChannel

Remarks

Use the members of this class to create and configure an input overflow count channel.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
            NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceChannel
                NationalInstruments.VeriStand.SystemDefinitionAPI.InputOverflowChannel

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience