NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.COSampleModes Property

Device.COSampleModes Property

DeviceCOSampleModes Property

Gets sample modes supported by devices that support sample clocked counter output.

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

Syntax

public SampleQuantityMode[] COSampleModes { get; }
Public ReadOnly Property COSampleModes As SampleQuantityMode()
	Get

Property Value

Type: SampleQuantityMode
The values of the supported SampleQuantityMode of the device.

See Also

In This Section
Was this information helpful?