NI-DAQmx .NET Framework 4.5 API Reference

ReferenceTrigger.AutoTriggerEnable Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
ReferenceTrigger.AutoTriggerEnable 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.45.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