DAQTriggerAnalogWindow.WindowCondition Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
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.SystemDefinitionAPIAssembly: 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); } |