ANNarchy iCub Interface 1.1.1
Loading...
Searching...
No Matches

◆ add()

Any ANN_iCub_Interface.Sync.Master_Clock.MasterClock.add ( self,
ClockInterface instance )
Add instance of class inherited from "ClockInterface" for synchronisation.

Parameters
----------
instance : sublass of ClockInterface
    Class instance which is derived from ClockInterface (need to be implemented serperately).

Raises
------
TypeError
    Raises TypeError, if instances is not a sublass of ClockInterface.

Definition at line 44 of file Master_Clock.pyi.