An open API service indexing awesome lists of open source software.

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

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
```