Issue Details
When using a CI.Period task to measure the period of a digital signal, I observe different behavior depending on the hardware:
- On the PCI‑6602, the first CI.Period sample often returns a partial period (for example, a smaller tick count like ~8,000–9,000 ticks), because the counter latches the first available edge even if the cycle has not completed.
- On the PCIe‑6612, the first CI.Period sample always corresponds to a full period, and the initial partial interval is not returned.
This difference can affect applications that rely on the partial first period for time‑alignment or synchronization.
Why does the PCIe‑6612 not return the first partial CI.Period measurement like the PCI‑6602?