NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannel.DISampleModes Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
PhysicalChannel.DISampleModes 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.45.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