template<FloatType T, typename Child1, typename Child2>
class dspark::wdf::Series< T, Child1, Child2 >
Adapted three-port series connector.
Children connect to ports 1-2; the up-facing port 3 is reflection-free (R3 = R1 + R2), which is what allows nesting under any parent or root.
A polarity inversion is folded into the up-facing port. The raw Fettweis series adaptor enforces KVL as v1 + v2 + v3 = 0, which makes elements read "upside down" relative to circuit intuition (and flips again at every nesting level). With the folded inversion the natural convention holds instead: the voltage across the up port equals v1 + v2, so a source driving Series(R, C) yields the textbook divider with all element voltages in their expected polarity, at any nesting depth.
Definition at line 223 of file WDF.h.