NI-DAQmx .NET Framework 4.0 API Reference

AnalogWindowReferenceTrigger.Condition Property

  • Updated2023-02-21
  • 1 minute(s) read
AnalogWindowReferenceTrigger.Condition 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

Log in to get a better experience