pcdshub / pcdsdaq

Utilities for using the DAQ's pydaq, pycdb, and pyami libraries in conjunction with Bluesky
https://pcdshub.github.io/pcdsdaq
Other
0 stars 9 forks source link

Revisit daq controls configuration use of `.value` attribute #89

Open ZLLentz opened 4 years ago

ZLLentz commented 4 years ago

Expected Behavior

Should not use a deprecated attribute

Current Behavior

Uses deprecated .value attribute for signals

Possible Solution

Only allow .position, .get(), .get()[0]

Context

Suggested in https://github.com/pcdshub/nabs/pull/24#discussion_r514490921