There are many cases, preamp gain-only stages as well as many SOH channels, where there is no known frequency dependency to the response. Often these are represented by a Stage with only a StageGain, but this means that there is no place to put the input and output units, and the client is left to guess them based on the preceding and following stages. And this is a problem if there is only one stage.
Adding a Unity filter that simply extended BaseFilterType to hold the units would make working with these types of stages easier and clearer as well as making it easier to force units to be specified within the schema.
There are many cases, preamp gain-only stages as well as many SOH channels, where there is no known frequency dependency to the response. Often these are represented by a Stage with only a StageGain, but this means that there is no place to put the input and output units, and the client is left to guess them based on the preceding and following stages. And this is a problem if there is only one stage.
Adding a Unity filter that simply extended BaseFilterType to hold the units would make working with these types of stages easier and clearer as well as making it easier to force units to be specified within the schema.
Related to #20