Added help text for option "instance [list] celldef [name]", which
was missing from the HTML documentation for the "instance" command.
This commit is contained in:
parent
064b5144f8
commit
4432d7ec00
|
|
@ -32,10 +32,12 @@ Operations on cell instances (uses).
|
||||||
<DT> [<B>list</B>] <B>children</B> [<I>name</I>]
|
<DT> [<B>list</B>] <B>children</B> [<I>name</I>]
|
||||||
<DD> List all of the children instances of cell use <I>name</I>,
|
<DD> List all of the children instances of cell use <I>name</I>,
|
||||||
or the children of the currently selected cell instance.
|
or the children of the currently selected cell instance.
|
||||||
<DT> [<B>list</B>] <B>parent</B> [<I>name</I>]
|
<DT> [<B>list</B>] <B>parent</B> <I>name</I>
|
||||||
<DD> List the parent cell definition of cell use <I>name</I>,
|
<DD> List the parent cell definition of cell use <I>name</I>,
|
||||||
or the parent of the currently selected cell instance.
|
or the parent of the currently selected cell instance.
|
||||||
<DT> [<B>list</B>] <B>exists</B>|<B>self</B> [<I>name</I>]
|
<DT> [<B>list</B>] <B>celldef</B> [<I>name</I>]
|
||||||
|
<DD> List the cell definition of cell use <I>name</I>.
|
||||||
|
<DT> [<B>list</B>] <B>exists</B>|<B>self</B>|<B>instances</B> [<I>name</I>]
|
||||||
<DD> Returns the name of the instance if the cell exists, or false
|
<DD> Returns the name of the instance if the cell exists, or false
|
||||||
(0) if the instance does not exist (is not loaded into the
|
(0) if the instance does not exist (is not loaded into the
|
||||||
database; the cell may still exist on disk). If <I>name</I>
|
database; the cell may still exist on disk). If <I>name</I>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue