Pysweepme: Difference between revisions
Jump to navigation
Jump to search
Franz Hempel (talk | contribs) (creation of pysweepme page) |
Franz Hempel (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
pysweepme is a Python package | == Introduction to pysweepme == | ||
'''pysweepme''' is a Python package crafted to seamlessly integrate SweepMe! instrument drivers into your Python projects. Its primary function is to load these drivers and establish interface ports, simplifying the incorporation of SweepMe! drivers into custom scripts. | |||
== Features == | |||
* '''Driver Integration''': Supports loading and utilization of SweepMe! instrument drivers. | |||
* '''Interface Port Creation''': Facilitates the creation of interface ports for communication. | |||
* '''Version Compatibility''': Correlates versioning with SweepMe! software, ensuring seamless integration and compatibility. | |||
* '''Open-Source''': Licensed under the MIT license, enabling modification and distribution under certain conditions. | |||
== GitHub Repository == | |||
For further details, instructions, and contributions, please visit the [https://github.com/SweepMe/pysweepme pysweepme GitHub page]. |
Revision as of 15:10, 19 February 2024
Introduction to pysweepme
pysweepme is a Python package crafted to seamlessly integrate SweepMe! instrument drivers into your Python projects. Its primary function is to load these drivers and establish interface ports, simplifying the incorporation of SweepMe! drivers into custom scripts.
Features
- Driver Integration: Supports loading and utilization of SweepMe! instrument drivers.
- Interface Port Creation: Facilitates the creation of interface ports for communication.
- Version Compatibility: Correlates versioning with SweepMe! software, ensuring seamless integration and compatibility.
- Open-Source: Licensed under the MIT license, enabling modification and distribution under certain conditions.
GitHub Repository
For further details, instructions, and contributions, please visit the pysweepme GitHub page.