NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AnalogWindowPauseTrigger.Coupling Property

AnalogWindowPauseTrigger.Coupling Property

AnalogWindowPauseTriggerCoupling Property

Specifies the coupling for the source signal of the terminal if the source is a terminal rather than a virtual channel.

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

Syntax

public AnalogWindowPauseTriggerCoupling Coupling { get; set; }
Public Property Coupling As AnalogWindowPauseTriggerCoupling
	Get
	Set

Property Value

Type: AnalogWindowPauseTriggerCoupling
Specifies the coupling for the source signal of the terminal if the source is a terminal rather than a virtual channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?