Accessor keyword
|
Description
|
Example
|
---|---|---|
!
|
Separates objects in a string.
|
|
design
|
Creates labels on shapes that display design parameters.
|
<design!name>
|
sheet
|
Create labels on shapes that display sheet parameters.
|
<sheet!name>
|
top_container
|
Specifies the top-level container of the object that owns the label, or the object itself when there is not container.
|
<top_container! ...>
|
container
|
Specifies a container of the object.
|
<container!...>
|
!
|
Specifies one of the members of a component (a group, block, or fiber).
|
<! ...>
|
member(logical_name)
|
Specifies one of the members of a variable group.
|
<member(logical_name, variable_logical_name)! ...>
|