MatInGit / lume-deployment

Deployment module for lume-models and not only
3 stars 1 forks source link

waveform PVs should be supported (NTScalarArray) #6

Open kathryn-baker opened 1 month ago

kathryn-baker commented 1 month ago

Currently waveforms are only supported as NTNDArrays but we have some use cases for waveform (1D) structures which are better suited as NTScalarArray. It would be nice to support these in the pv_mapping.yml file

MatInGit commented 1 month ago

Implemented in c9bd1f4d. Going to add a better integration test after I've tested it manually. I'll close the issue then. Unit tests pass