5. Tutorials
Contents:
- 5.1. Story of an instrument plugin development
- 5.1.1. The controller manual
- 5.1.2. The installer
- 5.1.3. The blue route: use the manufacturer GUI
- 5.1.4. A shortcut through an existing green route? Readily available PyMoDAQ instrument plugins
- 5.1.5. The gold route: control your device with a Python script
- 5.1.6. The green route: control your device with PyMoDAQ
- 5.1.6.1. What is GitHub?
- 5.1.6.2. Prepare your remote repository
- 5.1.6.3. Prepare your local repository
- 5.1.6.4. Install your package in edition mode
- 5.1.6.5. Open the package with an adapted IDE
- 5.1.6.6. Debug of the original plugin
- 5.1.6.7. Write the class for our new instrument
- 5.1.6.8. Commit our changes with Git
- 5.1.6.9. Push our changes to our remote repository
- 5.1.6.10. Pull request to the upstream repository
- 5.1.7. Conclusion
- 5.2. How to contribute to PyMoDAQ’s documentation?
- 5.3. Updating your instrument plugin for PyMoDAQ 4