We should allow users to access the transfer functions of a linear system via:
transfer(sys::Statespace, from::String, to::String)
transfer(sys::Statespace, from::Symbol, to::String),
and we can dispatch on the fact that symbols are used to describe operators and strings are used to describe ports.
We should allow users to access the transfer functions of a linear system via:
transfer(sys::Statespace, from::String, to::String)
transfer(sys::Statespace, from::Symbol, to::String),
and we can dispatch on the fact that symbols are used to describe operators and strings are used to describe ports.