You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nest the acquisition notification inside AnalogInputStreamCapability
Problem: DAQNotification (willAcquire/didAcquire) sat as a free-floating
module-level enum in capabilities.py, unattached to the capability that
posts it.
Solution: Nest it as AnalogInputStreamCapability.Notification, inside the
acquisition capability it belongs to, so the notification is discoverable
from the capability that raises it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments