Initializes a new instance of the
OutputUnderflowChannel class and creates an output underflow 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 OutputUnderflowChannel(
string Name
) |
| Visual C++ |
|---|
public:
OutputUnderflowChannel(
String^ Name
) |