pvaccesslist
List all active EPICS PVAccess PVs.
The script works as follows:
- Runs
pvlistwith no arguments to discover PVAccess servers. - From each discovered line, extracts the first
ip:porttoken aftertcp@[. - Runs
pvlist <ip:port>for each extracted endpoint. - Writes command output to stdout.
Requirements
- EPICS
pvlistmust be available inPATH. - Python 3.7+
Usage
- Show help:
python3 -m pvaccesslist.pvaccesslist -h
- List PVs to terminal:
python3 -m pvaccesslist.pvaccesslist
- List of unique devices:
python3 -m pvaccesslist.pvaccesslist -d
- Save PV list to file:
python3 -m pvaccesslist.pvaccesslist > pvs.txt
Notes
- If
pvlistis missing, the script exits with an error message. - Server discovery diagnostics are printed to stderr; PV names are printed to stdout.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pvaccesslist-0.0.6.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pvaccesslist-0.0.6.tar.gz.
File metadata
- Download URL: pvaccesslist-0.0.6.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc3a20ef1c18526e1a914487890e8551aed19fb0faff78da243502691953c2c
|
|
| MD5 |
c9ebaa48693bc9f43ab75b32267f8456
|
|
| BLAKE2b-256 |
248be9d8c4b0dc7372049955fb33c1c8578bca5f4899de3b79d6b303ded15460
|
File details
Details for the file pvaccesslist-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pvaccesslist-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b748e4bbbc86020c007139fe20f4f1b7d18f53569601b605dcf49e1401203669
|
|
| MD5 |
836dbe74671e019dbffeb6b2b7a09cbf
|
|
| BLAKE2b-256 |
4549bf8ecef91057b735df5f66b8f24390ce8e89db2656ebc000bbd1fa603874
|