Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schSetBundleDisplayMode

schSetBundleDisplayMode( 
d_labelId
t_displayMode
)
=> t / nil

Description

Takes a label Id whose display mode is to be changed and applies either a vertical or horizontal display value. This will only work when the cellview is editable.

Arguments

d_labelId

Label Id whose bundle display mode is to be set.

t_displayMode

Sets the label Id display mode to be either vertical or horizontal.

Value Returned

t

Successfully set bundle display mode value.

nil

Unsuccessful.

Failure can occur if the Id specified is not a label or if an incorrect value is set for the display mode.

Examples

If labId represents a wire bundle label which is being displayed horizontally, but you want to change this to vertical, then:

schSetBundleDisplayMode (labId “vertical”) => vertical

If figId represents the Id of a pin name, then:

schSetBundleDisplayMode (figId “vertical”) => nil


Return to top
 ⠀
X