Scorpion IO ModulesΒΆ

Scorpion IO modules are used by Scorpion IO to access any hardware by a generic interface, Scorpion IO Interface, SIO. SIO is a ‘virtual’ class implementing a set of required and optioanl methods in addition to a stub function creating the class instance to access any hardware.

SIO contains methods for accessing hardware IO signals, capabilities and configuration.

Note

It is recommended to prefix SIO modules by sio_<name>.py.