NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AnalogWindowStartTrigger.Source Property

AnalogWindowStartTrigger.Source Property

AnalogWindowStartTriggerSource Property

Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Start Trigger.

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

Syntax

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

Property Value

Type: String
Specifies the name of a virtual channel or terminal where there is an analog signal to use as the source of the Start Trigger.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

For E Series devices, if you use a channel name, the channel must be the first one in the task. The only terminal you can use for E Series devices is PFI0.

See Also

Was this information helpful?