Initializes a new instance of the
InputOverflowChannel class and creates an input overflow count channel with the specified
Name.
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 Sub New ( _
Name As String _
) |
| C# |
|---|
public InputOverflowChannel(
string Name
) |
| Visual C++ |
|---|
public:
InputOverflowChannel(
String^ Name
) |