UserChannels.AddUserChannel Method
- Updated2023-02-21
- 2 minute(s) read
Adds the specified UserChannel to the User Channels section.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.