Circuit object
Use circuit
object to build a circuit object which can
contain elements like resistor, capacitor, and inductor.
cktobj = circuit
creates a circuit object
cktobj
with a default name.
cktobj = circuit(cktname)
creates a circuit object
cktobj
with name of
cktname
.
cktobj = circuit([
creates a circuit object elem1,elem2,...
])cktobj
by cascading the
specified 2-port elements.
cktobj = circuit([
creates a cascaded circuit object elem1,elem2,...
],cktname)cktobj
with the name,
cktname
.
cktobj = circuit(
creates a
circuit object rfb
)cktobj
by cascading the elements in the RF
object, rfb
.
cktobj = circuit(
creates a circuit object rfb
,cktname)cktobj
by cascading the elements
in the RF object, rfb
, using name,
cktname
.
sparameters | S-parameter object |
groupdelay | Group delay of S-parameter object or RF filter object or RF Toolbox circuit object |
add | Insert circuit element or circuit object into circuit |
setports | Set ports of circuit object |
setterminals | Set terminals of circuit object |
clone | Create copy of existing circuit element or circuit object |