NI-DAQmx .NET Framework 4.5 API Reference

CIDataTime Constructor

  • Updated2023-02-21
  • 1 minute(s) read
CIDataTime Constructor
Initializes a new instance of the CIDataTime object with the specified time.

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

Syntax

public CIDataTime(
	double lowTime,
	double highTime
)
Public Sub New ( 
	lowTime As Double,
	highTime As Double
)

Parameters

lowTime
Type: SystemDouble
The amount of time the pulse is low.
highTime
Type: SystemDouble
The amount of time the pulse is high.

See Also