LogChannelGroup.AddChannel Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Adds the specified channel 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 Sub AddChannel ( _ channel As SystemDefinitionChannelResource _ ) |
| C# |
|---|
public void AddChannel( SystemDefinitionChannelResource channel ) |
| Visual C++ |
|---|
public: void AddChannel( SystemDefinitionChannelResource^ channel ) |
Parameters
- channel
- Type: NationalInstruments.VeriStand.Data.SystemDefinitionChannelResource
The SystemDefinitionChannelResource reference to the channel. You can access this class from the NationalInstruments.VeriStand.Data assembly.