NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.SinglePoint Property

Timing.SinglePoint Property

TimingSinglePoint 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

In This Section
Was this information helpful?