NI-DAQmx .NET Framework 4.5 API Reference

Device.CITriggerUsage Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.CITriggerUsage Property
Indicates the counter input trigger types supported by this device.

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

Syntax

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

Property Value

Type: TriggerUsageTypes
A TriggerUsageTypes that indicates the counter 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

Log in to get a better experience