You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in ADCore the parameters for NDFile are in asynNDArrayDriver, but the records are in NDFile.template. This is so that the parameters can be used in file plugins and ADPilatus. We don't want to mirror this because it then includes these signals on the generated UIs for all areaDectector plugins and drivers.
Instead, we should implement multiple inheritance in Device. Then we an make an NDFile.pvi.device.yaml with the parameters and then update NDFilePlugin and ADPilatus to include both their parent driver and NDFile.
The text was updated successfully, but these errors were encountered:
Currently in ADCore the parameters for NDFile are in asynNDArrayDriver, but the records are in NDFile.template. This is so that the parameters can be used in file plugins and ADPilatus. We don't want to mirror this because it then includes these signals on the generated UIs for all areaDectector plugins and drivers.
Instead, we should implement multiple inheritance in
Device
. Then we an make an NDFile.pvi.device.yaml with the parameters and then update NDFilePlugin and ADPilatus to include both their parent driver and NDFile.The text was updated successfully, but these errors were encountered: