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)
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.