Name — Name of resistor object R (default) | character vector
Name of resistor object, specified as a character vector. Two elements in
the same circuit cannot have the same name.
Example: 'resis'
Example: robj.Name = 'resis'
Terminals — Names of terminals of resistor object cell vector
Names of the terminals of resistor object, specified as a cell vector.
This property is read-only. The names p and
n stand for positive and negative terminals,
respectively.
ParentPath — Full path of the circuit to which the resistor object belongs character vector
Full path of the circuit to which the resistor object belongs, specified
as character vector. This path appears only after the resistor is added to
the circuit.
Note
"ParentPath" is only displayed after the resistor has been added into
a circuit.
ParentNodes — Circuit nodes in the parent nodes connect to resistor terminals vector of integers.
Circuit nodes in the parent nodes connect to resistor terminals, specified
as a vector of integers. This property is read-only and appears only after
the resistor is added to a circuit.
Note
"ParentNodes" are only displayed after the resistor has been added
into a circuit.