Skip to content

Commit

Permalink
Merge pull request #213 from SpikeInterface/add-available-wirings
Browse files Browse the repository at this point in the history
Add available pathways in 'Automatic wiring' docs
  • Loading branch information
alejoe91 authored Sep 12, 2023
2 parents 3960fa8 + 510e605 commit 8e1fac4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/ex_11_automatic_wiring.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,16 @@


plt.show()

"""
Available wiring "pathways"
---------------------------
The available pathways can be found in the `probeinterface.wiring <>`_ module.
The following pathways are available:
"""

from probeinterface import get_available_pathways

print(get_available_pathways())

0 comments on commit 8e1fac4

Please sign in to comment.