will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Allow variable name aliases #74

Open will-hart opened 10 years ago

will-hart commented 10 years ago

Implement a system where for particular sessions aliases and scales/offsets can be applied to variable name, so that:

"adc_channel_one": 512

Can be displayed as

"Main Bus B Voltage": 2.50 

Potentially apply this to a single session only, but allow the generation of sets of aliases that can be applied to a given board ID with only a few clicks.