Skip to content

Converted SCPI interface to asyncio/aiokatcp compatible

Ewan Barr requested to merge scpi_interface_to_aiokatcp into dev

Removed all tornado dependencies and replaced with asyncio model. Updated tests to use asyncio.create_task to spawn an instance of the SCPI server rather than using a subprocess. Included some code cleaning and autopep8.

Merge request reports