schEditSheetSize
schEditSheetSize(
d_cvId
t_borderLib
t_borderCell
t_borderView
)
=> t / nil
Description
Places or replaces a sheet border instance in a schematic. This function works for both multisheet and non-multisheet schematics.
Arguments
Value Returned
|
Sheet border instance placement or replacement was unsuccessful. |
Examples
Adds an A-sized sheet border to the schematic you specify. If the schematic already contains a sheet border, it is replaced with the A-sized sheet border.
schEditSheetSize( cv "US_8ths" "Asize" "symbol" )
Removes any existing sheet borders.
schEditSheetSize( cv "" "" "" )
Return to top