Target.GetUserChannels Method
- Updated2023-02-21
- 2 minute(s) read
Gets the UserChannels section under the target, which contains and user channels you configure. User channels store a single value, and can be variables in procedures, stimulus profiles, and so on.
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 GetUserChannels As UserChannels |
| C# |
|---|
public UserChannels GetUserChannels() |
| Visual C++ |
|---|
public: UserChannels^ GetUserChannels() |