scippy:适用于python的SCPI设备库

时间:2024-04-22 20:30:25
【文件属性】:

文件名称:scippy:适用于python的SCPI设备库

文件大小:5.31MB

文件格式:ZIP

更新时间:2024-04-22 20:30:25

Python

#设置一个新的存储库 发音为“ skippy”。 通过pyvisa和pyserial实现的通过SCPI进行仪器通信的模块(取决于设备) 特征 通过SCPI协议通过GPIB,RS232或USB与设备通信 几种常见的仪器(Agilent 33210A,吉时利2400源计)已经具有专用的类别 使用SCPIDevice类创建新工具 入门 安装 这个包可以直接用pip安装: pip install scippy 安捷伦示例 以下示例设置Agilent 33210A仪器的频率,幅度和输出状态,并验证参数是否与您设置的参数匹配。 from scippy import Agilent agilent = Agilent() agilent.frequency = 2500 agilent.amplitude = 0.5 agilent.output_on = True agilent.verify


【文件预览】:
scippy-main
----setup.py(1KB)
----.gitignore(384B)
----CONTRIBUTING.md(1KB)
----scippy()
--------conftest.py(234B)
--------__init__.py(399B)
--------examples()
--------source()
--------test()
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(2KB)
----pytest.ini(115B)
----misc_notes.rst(373B)
----environment.yml(378B)
----.hooks()
--------pre-commit(346B)
----DEBUGGING.md(3KB)
----docs()
--------.nojekyll(0B)
--------Makefile(762B)
--------_static()
--------make.bat(795B)
--------api.html(12KB)
--------searchindex.js(1KB)
--------genindex.html(4KB)
--------objects.inv(286B)
--------index.html(6KB)
--------doctrees()
--------source()
--------search.html(4KB)
--------_sources()
--------.buildinfo(230B)

网友评论