VeriStand .NET API Reference

Channel Constructor ()

Initializes a new instance of Channel with the object that you specify. Returns an exception if the object is not of type Channel.

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 ( _
	node As BaseNodeType _
)
C#
public Channel(
	BaseNodeType node
)
Visual C++
public:
Channel(
	BaseNodeType^ node
)

Parameters

node
Type: BaseNodeType
The BaseNodeType object.

See Also