DiamondLightSource / aioca

Asynchronous Channel Access client for asyncio and Python using libca via ctypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide mechanism to access Channels

AlexanderWells-diamond opened this issue · comments

It would be useful to be able to interrogate the currently active Channels in aioca, to enable things like counting the number of open/closed connections.

This will need some new public getter functions, and probably a small amount of re-naming of various files and objects to make them public.