DAQCounters.AddCounterOutput Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified DAQCounterOutput 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 AddCounterOutput ( _ counter As DAQCounterOutput _ ) As Boolean |
| C# |
|---|
public bool AddCounterOutput( DAQCounterOutput counter ) |
| Visual C++ |
|---|
public: bool AddCounterOutput( DAQCounterOutput^ counter ) |
Parameters
- counter
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQCounterOutput
The DAQCounter to add.