AnalogWindowReferenceTrigger.Condition Property
- Updated2023-02-21
- 1 minute(s) read
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: AnalogWindowReferenceTriggerConditionSpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |