StartLoggingStep.ChannelGroups Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets the groups of channels to log data for when the StartLoggingStep executes or the TriggerCondition is met.
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 ChannelGroups As LogChannelGroup() |
| C# |
|---|
public LogChannelGroup[] ChannelGroups { get; set; } |
| Visual C++ |
|---|
public: property array<LogChannelGroup^>^ ChannelGroups { array<LogChannelGroup^>^ get (); void set (array<LogChannelGroup^>^ value); } |