NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ReferenceTrigger.AutoTriggerEnable Property

ReferenceTrigger.AutoTriggerEnable Property

ReferenceTriggerAutoTriggerEnable Property

Specifies whether to send a software trigger to the device when a hardware trigger is no longer active in order to prevent a timeout.

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

Syntax

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

Property Value

Type: Boolean
Specifies whether to send a software trigger to the device when a hardware trigger is no longer active in order to prevent a timeout.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?