Perhaps I was not clear enough, or perhaps I am missing something,
What I am trying to do is: Derive 2 ore more step types from NI NumericLimit steps, and add some extra private info for each step type. Now the steps of this types will be logged in different tables, but for the measurement information, I want it to be stored for all steps in Meas_NumericLimit Table. (Like it is done for multi_numericlimit steps)
The problem is that I see no clear way to do this. Right now if I inherit 10 steps from Numeric_Limit test, I have to keep the measure information toghether with the other info.
The nice way to do it will be, to store the measurement info (which is the same for all steps) in one table. This would be posible i Think, if in the NI definiton of numeric
limit step type, somehow the NI_LimitMeasurement was included.
So if anyone can guide me out of this...