예제 #1
0
    def set_time(self, t, net_id=0):
        """
        Sets the current time in ms.

        **Warning:** can be dangerous for some spiking models.
        """
        Global.set_time(t, self.id)
예제 #2
0
    def set_time(self, t, net_id=0):
        """Sets the current time in ms.

        .. warning::

            Can be dangerous for some spiking models.
        """
        Global.set_time(t, self.id)