NI-DAQmx .NET Framework 4.5 API Reference

CIDataTicks.LowTicksUInt32 Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
CIDataTicks.LowTicksUInt32 Property
Gets or sets the number of timebase ticks the pulse is low.

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

Syntax

public uint LowTicksUInt32 { get; set; }
Public Property LowTicksUInt32 As UInteger
	Get
	Set

Property Value

Type: UInt32
The number of timebase ticks the pulse is low.

See Also