ephys_link.platform_manipulator

Defines what the properties and required functionality of a manipulator are.

Most functionality will be implemented on the platform handler side. This is mostly for enforcing implementation of the stop method and hold common properties.

Classes

PlatformManipulator

An abstract class that defines the interface for a manipulator.

class PlatformManipulator[source]

Bases: ABC

An abstract class that defines the interface for a manipulator.

abstract stop() None[source]

Stop all axes on manipulator

:returns None