Timing.SinglePoint Property
- Updated2023-02-21
- 1 minute(s) read
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: SinglePointThe 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.