ThiBuff c2c949435e [Fix] #420 kill_switch os_exit to kill all process 7 年之前
..
README.md d9b4776cc2 8 年之前
__init__.py 67354d07b3 use relative imports 8 年之前
kill_switch.py c2c949435e [Fix] #420 kill_switch os_exit to kill all process 7 年之前

README.md

kill_switch

Synopsis

This neuron exits the Kalliope process.

Installation

CORE NEURON : No installation needed.

Options

No parameters

Return Values

No returned values

Synapses example

Simple example :

  - name: "stop-kalliope"
    signals:
      - order: "goodbye"
    neurons:
      - kill_switch    

Notes