NI-DAQmx .NET Framework 4.0 API Reference

StartTrigger.Delay Property

  • Updated2023-02-21
  • 1 minute(s) read
StartTrigger.Delay Property
Specifies an amount of time to wait after the Start Trigger is received before acquiring or generating the first sample. This value is in the units you specify with DelayUnits.

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

Syntax

public double Delay { get; set; }
Public Property Delay As Double
	Get
	Set

Property Value

Type: Double
Specifies an amount of time to wait after the Start Trigger is received before acquiring or generating the first sample. This value is in the units you specify with DelayUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience