LogChannelGroup.Channels Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the channels that belong to the channel group.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Channels As SystemDefinitionChannelResource() |
| C# |
|---|
public SystemDefinitionChannelResource[] Channels { get; set; } |
| Visual C++ |
|---|
public: property array<SystemDefinitionChannelResource^>^ Channels { array<SystemDefinitionChannelResource^>^ get (); void set (array<SystemDefinitionChannelResource^>^ value); } |