NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

PhysicalChannel.DISampleModes Property

PhysicalChannel.DISampleModes Property

PhysicalChannelDISampleModes Property

Gets the sample modes supported by the physical channels that support sample clocked digital input.

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

Syntax

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

Property Value

Type: SampleQuantityMode
The values of the supported SampleQuantityMode of the physical channel.

See Also

In This Section
Was this information helpful?