CIPulseWidthUnits Enumeration
- Updated2026-02-03
- 1 minute(s) read
Specifies the units to use to return pulse width measurements.
Syntax
Namespace: NationalInstruments.DAQmx
public enum CIPulseWidthUnits
Remarks
Specifies the units to use to return pulse width measurements. Use this enumeration to get or set the value of PulseWidthUnits.
Members
| Name | Value | Description |
|---|---|---|
| Seconds | 10364 | Seconds. |
| Ticks | 10304 | Timebase ticks. |
| FromCustomScale | 10065 | Units a custom scale specifies. If you select this value, you must specify a custom scale name. |