Metadata-Version: 2.1
Name: XGM_devtest_qa
Version: 1.1.0
Summary: QA设备驱动 - XGM MDS24 设备驱动包
Author-email: XGKJ <none@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/systemq
Project-URL: Documentation, https://github.com/yourusername/systemq
Project-URL: Repository, https://github.com/yourusername/systemq
Project-URL: Issues, https://github.com/yourusername/systemq/issues
Keywords: device,driver,qa,xgm,mds24
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: quarkstudio[remote]
Requires-Dist: waveforms
Requires-Dist: numpy

# SystemQ - QA设备驱动

QA设备驱动包，用于控制 XGM MDS24 设备。

## 安装

```bash
pip install systemq
```

## 使用方法

### 1. 启动服务

```bash
quark remote remote.json
```

### 2. 控制设备

```python
from quark import connect

adc = connect('ADC', host='127.0.0.1', port=1169)
```

## 依赖

- quarkstudio[remote]
- waveforms
- numpy

## 版本信息

- QA驱动版本: V1.0-20250523
- QA-SQ版本: V1.2-20250719

## 许可证

MIT License
