NI-DAQmx .NET Framework 4.0 API Reference

CIDataTicks Constructor (Int32, Int32)

  • Updated2023-02-21
  • 1 minute(s) read
CIDataTicks Constructor (Int32, Int32)
Initializes a new instance of the CIDataTicks object with the specified initial values.

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

Syntax

public CIDataTicks(
	int lowTicks,
	int highTicks
)
Public Sub New ( 
	lowTicks As Integer,
	highTicks As Integer
)

Parameters

lowTicks
Type: SystemInt32
The number of timebase ticks the pulse is low.
highTicks
Type: SystemInt32
The number of timebase ticks the pulse is high.

See Also