slaclab / lcls-tools

Python tools for LCLS: post processing data, PV handling, pulling archive settings, etc.
Apache License 2.0
2 stars 21 forks source link

Allow sum_l to be validated as None #194

Open kabanaty opened 3 weeks ago

kabanaty commented 3 weeks ago

Is your feature request related to a problem? Please describe. If a device does not have a sum_l defined in the Oracle database, it cannot be created.

Describe the solution you'd like Validate the sum_l property as Union[float, None] in device.py.