DAQCM_Slope Enumeration
- Updated2023-02-21
- 2 minute(s) read
Specifies the edge on which to trigger the device.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration DAQCM_Slope |
C# |
---|
public enum DAQCM_Slope |
Visual C++ |
---|
public enum class DAQCM_Slope |
Members
Member name | Description |
---|---|
Falling | The device triggers on the falling edge. |
Rising | The device triggers on the rising edge. |