nport
Create linear n-port circuit element
Description
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.
Creation
Syntax
Description
nport_obj = nport(
creates an n-port object and sets the NetworkData.netparamobj
)
nport_obj = nport(___,
creates an n-port object and sets the Name property. Specify the name-value argument after any of
the input argument combinations in the previous syntaxes.name
)
sets the Properties of an
nport_obj
= nport(Name=Value)nport
object using one or more name-value arguments.
For example, nport_obj = nport(FileName='passive.s2p')
creates an nport
object from
passive.s2p
. Properties you do not specify retain their
default values.
Properties
Object Functions
Examples
Version History
Introduced in R2013b