https://github.com/klauer/recordsandfields
Utility to query records and fields from an EPICS process database (.db) file
https://github.com/klauer/recordsandfields
Last synced: 3 months ago
JSON representation
Utility to query records and fields from an EPICS process database (.db) file
- Host: GitHub
- URL: https://github.com/klauer/recordsandfields
- Owner: klauer
- Created: 2020-02-28T00:23:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T00:26:49.000Z (over 5 years ago)
- Last Synced: 2025-01-17T16:51:49.213Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
randf
-----Usage examples:
```
python randf.py --info autosaveFields_pass0 ~/Repos/pytmc/old/plc-kfe-gmd-vac.db
python randf.py --info autosav.* --format '{record} {key} {value}' ~/Repos/pytmc/old/plc-kfe-gmd-vac.db
python randf.py --record-type ao --field DESC --format '{record} {key} {type} {value}' ~/Repos/pytmc/old/plc-kfe-gmd-vac.db
```