Task.OnCounterOutput Method
- 更新日2023-02-21
- 1分で読める
Raises the CounterOutput event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
protected virtual void OnCounterOutput( CounterOutputEventArgs e )
Protected Overridable Sub OnCounterOutput ( e As CounterOutputEventArgs )
Parameters
- e
- Type: NationalInstruments.DAQmxCounterOutputEventArgs
A CounterOutputEventArgs that contains the event data.
Exceptions
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |