leLSWSetTrackPatternVisible
leLSWSetTrackPatternVisible(
g_status
)
=> t / nil
Description
Sets the status of the visibility of track patterns and the Track grid visibility button in the LSW. This function does not affect the visibility of individual track layer-purpose pairs; use the leSetObjectVisible function to control LLP visibility. To turn track grid visibility on or off using the graphical user interface, in the LSW window, click Grid, then check the Vis box next to Track.
Arguments
|
Whether to turn on ( |
Value Returned
Example
Sets track patterns to visible; in the LSW, under Grid, sets the Track object button to visible.
leLSWSetTrackPatternVisible ( t )
To contrast changing the visibility of track patterns versus the visibility of LPPs, assume you have "metal1" track patterns and a rectangle on "metal1/track". Calling leSetObjectVisible("tracks" nil) makes both track patterns and the rectangle invisible, while calling leLSWSetTrackPatternVisible(nil) makes only the track patterns invisible, leaving the rectangle visible.
Return to top