Name | zhinst-timing-models JSON |
Version |
24.10.64896
JSON |
| download |
home_page | None |
Summary | Feedback Data Latency model for PQSC, SHF- and HDAWG systems. |
upload_time | 2024-10-31 14:13:45 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
zhinst
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Feedback Latency Model Parameters
[![PyPI - Version](https://img.shields.io/pypi/v/zhinst-timing-models.svg)](https://pypi.org/project/zhinst-timing-models)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zhinst-timing-models.svg)](https://pypi.org/project/zhinst-timing-models)
-----
Feedback Data Latency model for PQSC, SHF- and HDAWG systems.
**Table of Contents**
- [Feedback Latency Model Parameters](#feedback-latency-model-parameters)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Installation
```console
pip install zhinst-timing-models
```
## Usage
```python
from zhinst.timing_models import (
PQSCMode,
QAType,
QCCSFeedbackModel,
SGType,
TriggerSource,
get_feedback_system_description,
)
model = QCCSFeedbackModel(
description=get_feedback_system_description(
generator_type=SGType.HDAWG,
analyzer_type=QAType.SHFQA,
pqsc_mode=PQSCMode.DECODER,
trigger_source=TriggerSource.ZSYNC,
)
)
awg_clock_cycles = model.get_latency(...)
```
## License
`zhinst-timing-models` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
Raw data
{
"_id": null,
"home_page": null,
"name": "zhinst-timing-models",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "zhinst",
"author": null,
"author_email": "Zurich Instruments <info@zhinst.com>",
"download_url": null,
"platform": null,
"description": "# Feedback Latency Model Parameters\n\n[![PyPI - Version](https://img.shields.io/pypi/v/zhinst-timing-models.svg)](https://pypi.org/project/zhinst-timing-models)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zhinst-timing-models.svg)](https://pypi.org/project/zhinst-timing-models)\n\n-----\n\nFeedback Data Latency model for PQSC, SHF- and HDAWG systems.\n\n**Table of Contents**\n\n- [Feedback Latency Model Parameters](#feedback-latency-model-parameters)\n - [Installation](#installation)\n - [Usage](#usage)\n - [License](#license)\n\n## Installation\n\n```console\npip install zhinst-timing-models\n```\n\n## Usage\n\n```python\nfrom zhinst.timing_models import (\n PQSCMode,\n QAType,\n QCCSFeedbackModel,\n SGType,\n TriggerSource,\n get_feedback_system_description,\n)\n\nmodel = QCCSFeedbackModel(\n description=get_feedback_system_description(\n generator_type=SGType.HDAWG,\n analyzer_type=QAType.SHFQA,\n pqsc_mode=PQSCMode.DECODER,\n trigger_source=TriggerSource.ZSYNC,\n )\n )\nawg_clock_cycles = model.get_latency(...)\n```\n\n## License\n\n`zhinst-timing-models` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
"bugtrack_url": null,
"license": null,
"summary": "Feedback Data Latency model for PQSC, SHF- and HDAWG systems.",
"version": "24.10.64896",
"project_urls": null,
"split_keywords": [
"zhinst"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9638d6e59cbb0460341cc0a62f39961b773ac8b1723b57ad9e0b05c95feffae2",
"md5": "4d6a3c18afd92c038921074ddf4c0066",
"sha256": "a6c9d110ff6726a23fb56ef5093155b5d6e9ea18feb5d267e57e4c4ae412c0a5"
},
"downloads": -1,
"filename": "zhinst_timing_models-24.10.64896-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4d6a3c18afd92c038921074ddf4c0066",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10327,
"upload_time": "2024-10-31T14:13:45",
"upload_time_iso_8601": "2024-10-31T14:13:45.833728Z",
"url": "https://files.pythonhosted.org/packages/96/38/d6e59cbb0460341cc0a62f39961b773ac8b1723b57ad9e0b05c95feffae2/zhinst_timing_models-24.10.64896-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 14:13:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "zhinst-timing-models"
}