inincs / pyNCS

pyNCS is a python library that allows easy access to Neuromorphic Chips and Systems (NCS),
http://inincs.github.com/pyNCS/
GNU General Public License v2.0
16 stars 10 forks source link

Stimulator / Sequencer object #2

Open eneftci opened 12 years ago

eneftci commented 12 years ago

For stimulating the chip, it is useful to have a Stimulator (or Sequencer) class, that is similar in concept to the Monitor class.

eneftci commented 9 years ago

Branch iss2 now includes the sequencer. The sequencer is the same as the Monitor object. NeuroSetup.run() now accepts a Monitor object as the first argument.