Pysweepme: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
== Introduction to pysweepme ==
== 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.
[https://github.com/SweepMe/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 ==
== Features ==

Latest 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.