VeriStand .NET API Reference

Table of Contents

CustomDeviceSection.AddOutputUnderflowCountChannel Method

Adds an output underflow count channel to a section in an asynchronous custom device. Output underflow count channels track the number of times the system fails to read data from an asynchronous custom device because there is no data to read. A custom device can have only one output underflow 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 AddOutputUnderflowCountChannel ( _
	name As String _
) As CustomDeviceChannel
C#
public CustomDeviceChannel AddOutputUnderflowCountChannel(
	string name
)
Visual C++
public:
CustomDeviceChannel^ AddOutputUnderflowCountChannel(
	String^ name
)

Parameters

name
Type: System.String
The name of the output underflow 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