File: control

package info (click to toggle)
pyvisa-sim 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 1,749; makefile: 129
file content (39 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: pyvisa-sim
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-setuptools,
               python3-setuptools-scm,
               python3-all,
               python3-pyvisa,
               python3-typing-extensions,
               python3-yaml,
               python3-pytest <!nocheck>
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/pyvisa/pyvisa-sim
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyvisa-sim
Vcs-Git: https://salsa.debian.org/python-team/packages/pyvisa-sim.git

Package: python3-pyvisa-sim
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Simulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources
 PyVISA-sim is a PyVISA backend that simulates a large part of the
 "Virtual Instrument Software Architecture" (`VISA`_).
 .
 PyVISA started as a wrapper for the NI-VISA library and therefore you
 need to install the National Instruments VISA library in your system.
 This works most of the time, for most people. But sometimes you need to
 test PyVISA without the physical devices or even without NI-VISA.
 .
 Starting from version 1.6, PyVISA allows one to use different backends.
 These backends can be dynamically loaded. PyVISA-sim is one of such
 backends. It implements most of the methods for Message Based
 communication (Serial/USB/GPIB/Ethernet) in a simulated environment. The
 behaviour of simulated devices can be controlled by a simple plain text
 configuration file.