Show full microscope plugin list
This commit is contained in:
parent
14a4e3d909
commit
8edf0fa027
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
microscope.find_plugins() # Automatically find microscope plugins
|
microscope.find_plugins() # Automatically find microscope plugins
|
||||||
|
|
||||||
|
print(dir(microscope.plugin))
|
||||||
|
|
||||||
# Check that default tets plugins have loaded
|
# Check that default tets plugins have loaded
|
||||||
print("RUNNING PLUGIN METHODS:")
|
print("RUNNING PLUGIN METHODS:")
|
||||||
microscope.plugin.test1.run()
|
microscope.plugin.test1.run()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue