SampleClockActiveEdge Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies on which edge of a clock pulse sampling takes place. This property is useful primarily when the signal you use as the Sample Clock is not a periodic clock.
Syntax
Namespace: NationalInstruments.DAQmx
public enum SampleClockActiveEdge
Remarks
Specifies on which edge of a clock pulse sampling takes place. This property is useful primarily when the signal you use as the Sample Clock is not a periodic clock. Use this enumeration to get or set the value of SampleClockActiveEdge.
Members
| Name | Value | Description |
|---|---|---|
| Rising | 10280 | Rising edge(s). |
| Falling | 10171 | Falling edge(s). |