NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

StartTrigger.Retriggerable Property

  • Updated2023-02-21
  • 1 minute(s) read
StartTrigger.Retriggerable Property
Specifies whether a finite task resets and waits for another Start Trigger after the task completes. When you set this property to , the device performs a finite acquisition or generation each time the Start Trigger occurs until the task stops. The device ignores a trigger if it is in the process of acquiring or generating signals.

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

Syntax

public bool Retriggerable { get; set; }
Public Property Retriggerable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether a finite task resets and waits for another Start Trigger after the task completes. When you set this property to , the device performs a finite acquisition or generation each time the Start Trigger occurs until the task stops. The device ignores a trigger if it is in the process of acquiring or generating signals.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience