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

◆ update()

NoReturn ANN_iCub_Interface.Sync.Master_Clock.ClockInterface.update ( self,
int T )
Need to be implemented. Should contain necessary update steps -> e.g. ANNarchy simulation.

Parameters
----------
T : int
    number of timesteps for the update -> e.g. simulation time for ANNarchy

Raises
------
NotImplementedError
    Raises NotImplementedError as default. Need to be overwritten in the actual implementation.

Definition at line 21 of file Master_Clock.pyi.