VeriStand .NET API Reference

DAQTriggerAnalogWindow.WindowCondition Property

Gets or sets whether the task starts acquiring samples when the signal enters the window between WindowBottom and WindowTop or when it leaves the window.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property WindowCondition As WindowConditionType
C#
public WindowConditionType WindowCondition { get; set; }
Visual C++
public:
property WindowConditionType WindowCondition {
	WindowConditionType get ();
	void set (WindowConditionType value);
}

Property Value

An enumeration of WindowConditionType.

See Also

Log in to get a better experience