MD 18.5, SP2, UPDM2
A Function can inherit from another function and this is easily depicted on an SV-4. But, I don't see the expected benefits of this inheritance as we would see if we were using Blocks for example. Specifically, it would be nice if parameters from a "base" functions could be inherited by "children" of the base function.
I have a case where I've got many functions that are very similar, but slightly different in behavior. Their parameters are the same and I was hoping to use function inheritance to model this where a base function would specify the parameters and then various child functions could inherit the parameters.
Any suggestions on how to properly model this using MD would be appreciated.
thanks!
Cm