約 13,100 件の結果
リンクを新しいタブで開く
  1. PyVISA: Control your instruments with Python — PyVISA

    PyVISA is a Python package that enables you to control all kinds of measurement devices independently of the interface (e.g. GPIB, RS232, USB, Ethernet). As an example, reading self …

  2. PyVISA Documentation

    Introduction to PyVISA - Learn how to control measurement instruments like oscilloscopes using Python and SCPI commands.

  3. PyVisa教程-用Python控制仪器【1,安装】 - CSDN博客

    2025年11月15日 · 文章浏览阅读4.5w次,点赞25次,收藏208次。 PyVisa是一款用于控制各类测量仪器的Python库,支持多种接口如GPIB、RS232、USB和Ethernet。 它可在Windows、Linux …

  4. Pyvisa,简明介绍和教程(一) - 知乎

    2021年4月16日 · 1,前言 本文的专业知识要求可能要强一些,这里的专业知识指不是python编程基础,而是仪器仪表和基础的硬件基本常识。更多面向于工程工业的非计算机背景从业人员, …

  5. PyVISA:使用 Python 控制您的仪器(一):如何连接仪器 | 技术 …

    2023年9月7日 · 安装 PyVISA 是 VISA 库的前端。 它在 Python 3.6+ 上运行。 您可以使用pip安装它: $ pip install -U pyvisa 后端 为了让 PyVISA 工作,您需要有一个合适的后端。 PyVISA 包含一 …

  6. GitHub - pyvisa/pyvisa: A Python package with bindings to the …

    PyVISA is both a Python wrapper for VISA shared libraries but can also serve as a front-end for other VISA implementation such as PyVISA-Py.

  7. Python自动化利器:pyvisa库详解 - Dawoai

    2025年2月28日 · Python作为一种强大的编程语言,其在自动化办公领域的应用日益广泛。 今天,我们将深入探讨一个在自动化测试和仪器控制中极为重要的库——pyvisa。 pyvisa库允许我们 …

  8. PyVISA · PyPI

    In addition, Python can be used to directly access most bus systems used by instruments which is why one can envision to implement the VISA standard directly in Python (see the PyVISA-Py …

  9. PyVISA 实战:用 Python 控制物理实验室常用仪器 - CSDN博客

    文章浏览阅读982次,点赞13次,收藏28次。本文介绍了如何通过Python编程控制实验室仪器设备。主要内容包括:使用USB线连接设备,通过NI MAX和NI VISA获取设备通信地址;安 …

  10. User guide — PyVISA 1.16.1 documentation - Read the Docs

    This section of the documentation will focus on getting you started with PyVISA. The following sections will cover how to install and configure the library, how to communicate with your …