In contrast to #1278 I am looking for a way to run a script at opi start up. That is before the macro processing is taking place.
Aim: Set macros in dependence of another macro
Simplified Example: Have a macro DEVICE=abcd set (which is used with PV names). From that I would like to extract (by some tables) the connected boards, physical/logical location (for navigation), human readable description etc.
Needless to say that we have lot of boards but want only one opi.
Bjoern
PS: One can trick that by using an empty opi and then use a macro which finally loads a linking container. But that is "slow" and not very elegant.