VeriStand .NET API Reference

CustomDeviceSection.AddInputOverflowCountChannel Method

Adds an input overflow count channel to a section in an asynchronous custom device. Input overflow count channels track the number of times the system fails to write data to an asynchronous custom device because the FIFO is full. A 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 Function AddInputOverflowCountChannel ( _
	name As String _
) As CustomDeviceChannel
C#
public CustomDeviceChannel AddInputOverflowCountChannel(
	string name
)
Visual C++
public:
CustomDeviceChannel^ AddInputOverflowCountChannel(
	String^ name
)

Parameters

name
Type: System.String
The name of the input overflow count channel. This can be any string. If the name you specify already exists, this method takes no action and returns a reference to the existing channel.

Return Value

The CustomDeviceChannel reference for the input overflow count channel.

See Also

Log in to get a better experience