Metadata-Version: 2.1
Name: cc.scpi
Version: 2024.8.30
Summary: Wrapper of SCPI language for controlling various lab instruments.
Home-page: https://github.com/uncertainty-cc/SCPI-Python
Author: Uncertainty.
Author-email: t_k_233@outlook.email
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cc-serializer

# cc.SCPI

[![API-Docs-status](https://img.shields.io/github/actions/workflow/status/uncertainty-cc/SCPI-Python/build-docs.yaml?branch=main&style=flat-square&label=Docs&logo=googledocs&logoColor=fff)](https://uncertainty.cc/SCPI-Python/cc/scpi.html)

The Standard Commands for Programmable Instruments (SCPI) defines a standard for syntax and commands to use in controlling programmable test and measurement devices. This Python module provides a wrapper for controlling various lab instruments.

## Installation

```bash
pip install cc-scpi
```
