Inductor object
Use inductor
class to create an inductor object that you
can add to an existing circuit.
lobj = inductor(lvalue)
creates a inductor object,
lobj
, with a inductance of lvalue
and default name, L
. lvalue
must be a
numeric positive scalar.
lobj = inductor(lvalue,lname)
creates a inductor
object, lobj
, with a inductance of
lvalue
and name lname
.
lname
must be a character vector.
clone | Create copy of existing circuit element or circuit object |