snapStdCellInDetailMode
layout snapStdCellInDetailMode boolean { t | nil }
Description
Snaps a standard cell in detail mode.
The default is nil, which snaps a standard cell in abstract mode if it has a PR boundary.
A standard cell is a cell whose component type is STDCELL, BOUNDARYCELL, STDSUBCONT, or FILLER.
GUI Equivalent
Examples
envGetVal("layout" "snapStdCellInDetailMode")
envSetVal("layout" "snapStdCellInDetailMode" 'boolean t)
Related Topics
Return to top