Modulator object
mod = modulator
creates a modulator object,
mod
, with default property values.
mod = modulator(Name,Value)
creates a modulator
object with additional properties specified by one or more name-value pair
arguments. Name
is the property name and
Value
is the corresponding value. You can specify
several name-value pair arguments in any order as Name1
,
Value1
, ...
,
NameN
, ValueN
. Properties not
specified retain their default values.
clone | Create copy of existing circuit element or circuit object |