NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.SinglePoint Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SinglePoint Property
Gets an instance of SinglePoint.

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

Syntax

public SinglePoint SinglePoint { get; }
Public ReadOnly Property SinglePoint As SinglePoint
	Get

Property Value

Type: SinglePoint
The SinglePoint instance.

Remarks

You cannot apply SinglePoint to a subset of devices in the task and you must apply SinglePoint to the task as a whole. Call SinglePoint on the instance of Timing returned from the Timing property on the Task class. Accessing SinglePoint on instances of Timing returned from the ItemString property throws an exception.

See Also

Log in to get a better experience