Metadata-Version: 2.4
Name: pyinsts
Version: 0.0.3.1
Summary: PyVISA仪器控制库，支持Keysight和Rohde&Schwarz仪器
Author-email: zhangxp93 <937097345@qq.com>
Project-URL: Homepage, https://github.com/zhangxp93/PyInst
Project-URL: Repository, https://github.com/zhangxp93/PyInst
Project-URL: Changelog, https://github.com/zhangxp93/PyInst/blob/main/CHANGELOG.md
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorlog>=6.9.0
Requires-Dist: pyvisa>=1.14.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: versioningit>=3.3.0
Dynamic: license-file

[**简体中文**](https://github.com/zhangxp93/PyInst/blob/main/README.md) | [**English**](https://github.com/zhangxp93/PyInst/blob/main/README_en.md)

<div align="center">
 <h1>
 <strong>PyVISA仪器控制</strong>
 </h1>
<h5>
  <strong>适用于 Windows、MacOs、Linux</strong><br>
</h5>
</div><br>

___

- **基于pyvisa库对仪器进行控制，支持USB、GPIB、TCP/IP等连接方式。**
- **Rohde & Schwarz SCPI**
- **KeySight SCPI**


## 必要依赖库安装
PyVISA 是一个用于控制和通信仪器的 Python 库,使用下面的代码安装:

```
pip install pyvisa
```



## 🏷[更新日志](https://github.com/zhangxp93/PyInst/blob/main/CHANGELOG.md)

