Skip to content

How do I get the list of all the available built-in mechanisms? #1587

Answered by noraabiakar
lungsi asked this question in Q&A
Discussion options

You must be logged in to vote

You should be able to iterate over the catalogue and get the names of the mechanisms:

for mech in arbor.default_catalogue(): 
  print(mech)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lungsi
Comment options

@noraabiakar
Comment options

Answer selected by lungsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants