Skip to content

Commit acca480

Browse files
Update documentation and version for PicoScope 5000D support (#171)
- Added PicoScope 5000D (ps5000a drivers) to the list of supported devices in pypi.md and README.md. - Updated documentation to include more details about the ps5000a API features. - Incremented documentation version from 0.4.1 to 0.4.2 in version.py.
1 parent 38a381d commit acca480

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ For details on raising an issue, find information here: [Issue documentation](ht
6161
Current PicoScope support:
6262
- PicoScope 6000E (ps6000a drivers)
6363
- PicoScope 3000E (psospa drivers)
64+
- PicoScope 5000D (ps5000a drivers)
65+
[More info here](https://picotech.github.io/pyPicoSDK/dev/current/)
6466

6567
## Useful links and references
6668
- [Documentation & Reference](https://picotech.github.io/pyPicoSDK/)
@@ -71,4 +73,4 @@ Current PicoScope support:
7173
## Version Control
7274
pyPicoSDK: 1.7.1
7375

74-
Docs: 0.4.1
76+
Docs: 0.4.2

docs/docs/dev/current.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<strong>ps5000a API (PicoScope 5000D Series)</strong><br/>
3636
&ndash; Simple/Advanced Block Mode<br/>
3737
&ndash; Simple/Advanced Rapid Block Mode<br/>
38-
&ndash; Basic Signal Generator
38+
&ndash; Signal Generator (inc. AWG)<br/>
39+
&ndash; Advanced Trigger Functions<br/>
40+
&ndash; All other direct driver functions
3941
</td>
4042
</tr>
4143
</table>

pypi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ For details on raising an issue, find information here: [Issue documentation](ht
5858
Current PicoScope support:
5959
- PicoScope 6000E (ps6000a drivers)
6060
- PicoScope 3000E (psospa drivers)
61+
- PicoScope 5000D (ps5000a drivers)
62+
[More info here](https://picotech.github.io/pyPicoSDK/dev/current/)
6163

6264
## Useful links and references
6365
- [Documentation & Reference](https://picotech.github.io/pyPicoSDK/)
@@ -68,4 +70,4 @@ Current PicoScope support:
6870
## Version Control
6971
pyPicoSDK: 1.7.1
7072

71-
Docs: 0.4.1
73+
Docs: 0.4.2

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2025-2025 Pico Technology Ltd. See LICENSE file for terms.
22
# Master version file for all scripts.
33
# Update these variables first then run `python build-tools\version_updater.py`
4-
docs_version = "0.4.1"
4+
docs_version = "0.4.2"
55
package_version = "1.7.1"

0 commit comments

Comments
 (0)