Target.GetSystemChannels Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the SystemChannels section under the target, which contains a variety of channels that monitor the state and condition of various aspects of the system.
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 GetSystemChannels As SystemChannels |
| C# |
|---|
public SystemChannels GetSystemChannels() |
| Visual C++ |
|---|
public: SystemChannels^ GetSystemChannels() |