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
(Pdb) p Trigger(enable=True, line=0, edge=TriggerEdge.Rising, kind=acquire.acquire.SignalIOKind.Input)
*** RuntimeError: expected either a str or dict for enum
otoh this does work
Trigger(enable=True, line=0, edge="Rising")
The text was updated successfully, but these errors were encountered:
Expect this to work:
otoh this does work
The text was updated successfully, but these errors were encountered: