Initializes a new instance of
DAQInternalChannel with the specified name and default value.
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, _
DefaultValue As Double _
) |
| C# |
|---|
public DAQInternalChannel(
string Name,
double DefaultValue
) |
| Visual C++ |
|---|
public:
DAQInternalChannel(
String^ Name,
double DefaultValue
) |