NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

TimeStartTrigger.TriggerTime Property

  • Updated2023-02-21
  • 1 minute(s) read
TimeStartTrigger.TriggerTime Property
Gets or sets when to trigger the start trigger.

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

Syntax

public PrecisionDateTime TriggerTime { get; set; }
Public Property TriggerTime As PrecisionDateTime
	Get
	Set

Property Value

Type: PrecisionDateTime
When to trigger the start trigger.

Exceptions

ExceptionCondition
DaqException The NI-DAQmx driver returned an error.

Remarks

Note Note
The trigger time is represented by a PrecisionDateTime expressed as a UTC time. To set a trigger time based on the current system time, use UtcNow, adding an offset, rather than Now.

See Also

Log in to get a better experience