VeriStand .NET API Reference

DAQInternalChannel Constructor

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
)

Parameters

Name
Type: System.String
The name of the channel.
DefaultValue
Type: System.Double
The default value of the channel.

See Also

Log in to get a better experience