NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.AITriggerUsage Property

Device.AITriggerUsage Property

DeviceAITriggerUsage Property

Indicates the analog input trigger types supported by this device.

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

Syntax

public TriggerUsageTypes AITriggerUsage { get; }
Public ReadOnly Property AITriggerUsage As TriggerUsageTypes
	Get

Property Value

Type: TriggerUsageTypes
A TriggerUsageTypes that indicates the analog input trigger types supported by this device. The value is a bitwise combination of Advance, ArmStart, Handshake, None, Pause, Reference, and Start.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?