I am making a custom document field for my schematic project, because when printed I find the loose module sheets a bit confusing. Currently, the ">SHEET" text command only counts the top level sheets, excluding modules.
Currently it automatically displays:
>DRAWING_NAME
>SHEET
>LAST_DATE_TIME
Help>Editor Commands>Text>Text Variables lists the following:
>NAME Component name (ev.+gate name) 1)
>VALUE Comp. value/type 1)
>PART Component name 2)
>GATE Gate name 2)
>XREF Part cross-reference 2)
>CONTACT_XREF Contact cross-reference 2)
>ASSEMBLY_VARIANT Name of the current assembly variant
>DRAWING_NAME Drawing name
>LAST_DATE_TIME Time of the last modification
>PLOT_DATE_TIME Time of the plot creation
>SHEETNR Sheet number of a schematic 3)
>SHEETS Total number of sheets of a schematic 3)
>SHEET equivalent to ">SHEETNR/>SHEETS" 3)
1) Only for package or symbol
2) Only for symbol
3) Only for symbol or schematic
Is this help section up-to-date for version 7.1?
It would be great to have these options:
>SHEET_NAME
>MODULE_NAME
>DESCRIPTION (the sheet description)
>MODULE_PREFIX
For now, I guess I will manually enter these fields.
Best, Chris