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