Create linear n-port circuit element
The nport class creates an n-port object that can be added
into an RF Toolbox™ circuit. The n-port S-parameters define the n-port object.
nport_obj = nport(
creates an n-port object from the specified
filename)filename.
nport_obj = nport(creates
an n-port object from a network parameter object. Network parameter object
can be S, Z, Y, ABCD, h, or g-parameters.netparamobj)
nport_obj = nport(___,creates
an n-port object with the given name)name.