NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AnalogMultiEdgeReferenceTrigger.Sources Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogMultiEdgeReferenceTrigger.Sources Property
Specifies a List and/or range of analog sources that are going to be used for Analog triggering. Each source corresponds to an element in each of the Analog Multi Edge property arrays, if they are not empty.

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

Syntax

public string Sources { get; set; }
Public Property Sources As String
	Get
	Set

Property Value

Type: String
Specifies a List and/or range of analog sources that are going to be used for Analog triggering. Each source corresponds to an element in each of the Analog Multi Edge property arrays, if they are not empty.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience