NI-DAQmx .NET Framework 4.0 API Reference

COChannel.PulseDone Property

  • Updated2023-02-21
  • 1 minute(s) read
COChannel.PulseDone Property
Indicates if the task completed pulse generation. Use this value for retriggerable pulse generation when you need to determine if the device generated the current pulse. For retriggerable tasks, when you query this property, NI-DAQmx resets it to .

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public bool PulseDone { get; }
Public ReadOnly Property PulseDone As Boolean
	Get

Property Value

Type: Boolean
Indicates if the task completed pulse generation. Use this value for retriggerable pulse generation when you need to determine if the device generated the current pulse. For retriggerable tasks, when you query this property, NI-DAQmx resets it to .

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience