NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AnalogWindowReferenceTrigger.Condition Property

AnalogWindowReferenceTrigger.Condition Property

AnalogWindowReferenceTriggerCondition Property

Specifies whether the Reference Trigger occurs when the source signal enters the window or when it leaves the window. Use WindowBottom and WindowTop to specify the window.

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

Syntax

public AnalogWindowReferenceTriggerCondition Condition { get; set; }
Public Property Condition As AnalogWindowReferenceTriggerCondition
	Get
	Set

Property Value

Type: AnalogWindowReferenceTriggerCondition
Specifies whether the Reference Trigger occurs when the source signal enters the window or when it leaves the window. Use WindowBottom and WindowTop to specify the window.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?