# ![Joulescope](https://download.joulescope.com/press/joulescope_logo-PNG-Transparent-Exact-Small.png "Joulescope Logo")
[![Build Status](https://travis-ci.org/jetperch/pyjoulescope.svg?branch=master)](https://travis-ci.org/jetperch/pyjoulescope)
[![Docs Status](https://readthedocs.org/projects/joulescope/badge/?version=latest)](https://joulescope.readthedocs.io/)
Welcome to the Joulescope™ python driver!
[Joulescope](https://www.joulescope.com) is an affordable, precision DC energy
analyzer that enables you to build better products.
This pyjoulescope python package enables you to
automate Joulescope operation and easily measure current, voltage, power and
energy within your own Python programs.
With the Joulescope driver, controlling your Joulescope is easy. The following
example captures 0.1 seconds of data and then prints the average current
and voltage:
import joulescope
import numpy as np
with joulescope.scan_require_one(config='auto') as js:
data = js.read(contiguous_duration=0.1)
current, voltage = np.mean(data, axis=0, dtype=np.float64)
print(f'{current} A, {voltage} V')
This package also installs the "joulescope" command line tool:
joulescope --help
Most Joulescope users will run the graphical user interface which is in the
[pyjoulescope_ui](https://github.com/jetperch/pyjoulescope_ui) package and
available for [download](https://www.joulescope.com/download).
## Documentation
Visit the [documentation](https://joulescope.readthedocs.io) for details on
installing and using this joulescope package.
## License
All pyjoulescope code is released under the permissive Apache 2.0 license.
See the [License File](LICENSE.txt) for details.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:joulescope-0.9.4.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
joulescope-0.9.4.tar.gz (86个子文件)
joulescope-0.9.4
MANIFEST.in 125B
PKG-INFO 4KB
pyproject.toml 71B
joulescope
view.py 19KB
native
test
acutest.h 56KB
filter_fir.h 3KB
running_statistics.h 3KB
filter_fir.c 4KB
running_statistics.c 3KB
array_storage.py 6KB
public_keys.py 1KB
decimators.py 84KB
time.py 2KB
parameters_v1.py 11KB
entry_points
recording.py 6KB
capture_usb.py 4KB
program.py 5KB
statistics.py 3KB
runner.py 4KB
bootloader_go.py 1KB
__init__.py 0B
stream_test.py 3KB
info.py 2KB
parameter_set.py 2KB
capture.py 4KB
gpo_demo.py 2KB
test
test_file_replace.py 2KB
test_stream_buffer.py 24KB
test_span.py 3KB
test_calibration.py 4KB
test_parameter.py 1KB
test_device.py 4KB
test_units.py 4KB
test_pattern_buffer.py 3KB
test_data_recorder.py 16KB
__init__.py 0B
test_array_storage.py 3KB
test_filter_fir.py 2KB
test_stats.py 4KB
test_time.py 1KB
test_datafile.py 11KB
test_data_recorder_downsampled.py 5KB
test_view.py 2KB
datafile.py 26KB
calibration.py 10KB
usb
scan_info.py 2KB
winusb
win32_device_notify.py 5KB
kernel32.py 8KB
setupapi.py 6KB
__init__.py 0B
device.py 35KB
core.py 5KB
hw_tests.py 4KB
__init__.py 758B
libusb
__init__.py 0B
device.py 39KB
device_thread.py 8KB
api.py 9KB
impl_tools.py 2KB
span.py 9KB
__main__.py 730B
driver.py 57KB
parameter.py 3KB
units.py 4KB
__init__.py 1KB
file_replace.py 3KB
stream_buffer.c 2.53MB
notification_handler.py 2KB
filter_fir.c 921KB
version.py 318B
data_recorder.py 54KB
bootloader.py 12KB
pattern_buffer.c 412KB
firmware_manager.py 6KB
CREDITS.html 7KB
setup.cfg 116B
joulescope.egg-info
PKG-INFO 4KB
requires.txt 210B
SOURCES.txt 3KB
entry_points.txt 67B
top_level.txt 11B
dependency_links.txt 1B
setup.py 7KB
CHANGELOG.md 16KB
README.md 2KB
LICENSE.txt 11KB
共 86 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功