NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.AOSampleClockSupported Property

Device.AOSampleClockSupported Property

DeviceAOSampleClockSupported Property

Indicates if the device supports the sample clock timing type for analog output tasks.

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

Syntax

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

Property Value

Type: Boolean
Indicates if the device supports the sample clock timing type for analog output tasks.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?