Open ZLLentz opened 4 years ago
Should not use a deprecated attribute
Uses deprecated .value attribute for signals
.value
Only allow .position, .get(), .get()[0]
.position
.get()
.get()[0]
Suggested in https://github.com/pcdshub/nabs/pull/24#discussion_r514490921
Expected Behavior
Should not use a deprecated attribute
Current Behavior
Uses deprecated
.value
attribute for signalsPossible Solution
Only allow
.position
,.get()
,.get()[0]
Context
Suggested in https://github.com/pcdshub/nabs/pull/24#discussion_r514490921