VeriStand .NET API Reference

UserChannelsFolder.AddUserChannel Method

Adds the specified UserChannel to the UserChannelsFolder.

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 Function AddUserChannel ( _
	channel As UserChannel _
) As Boolean
C#
public bool AddUserChannel(
	UserChannel channel
)
Visual C++
public:
bool AddUserChannel(
	UserChannel^ channel
)

Parameters

channel
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.UserChannel
The user channel to add.

Return Value

true (True in Visual Basic) if the user channel was added successfully.

See Also

Log in to get a better experience