NI-DAQmx .NET Framework 4.5 API Reference

AnalogWindowReferenceTrigger.Condition Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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