NI-DAQmx .NET Framework 4.5 API Reference

Device.CISampleClockSupported Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.CISampleClockSupported Property
Indicates if the device supports the sample clock timing type for counter input tasks.

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

Syntax

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

Property Value

Type: Boolean
Indicates if the device supports the sample clock timing type for counter input tasks.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also