DAQCounters.AddCounter Method
- Updated2023-02-21
- 2 minute(s) read
Adds the specified DAQCounter to the Counter section.
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 AddCounter ( _ counter As DAQCounter _ ) As Boolean |
| C# |
|---|
public bool AddCounter( DAQCounter counter ) |
| Visual C++ |
|---|
public: bool AddCounter( DAQCounter^ counter ) |
Parameters
- counter
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQCounter
The DAQCounter to add.