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

annPinCurrentInfoBalloon

annPinCurrentInfoBalloon(
t_windowId
)
=> t / nil

Description

Pins the current unpinned annotation balloon on the specified schematic window.

Arguments

t_windowId

The ID of the window on which you want to pin the balloons.

Value Returned

t

The annotation balloons on the specified window are pinned.

nil

The command is unsuccessful or an error occurred.

Examples

annPinCurrentInfoBalloon(window(2))
=> t

Return to top
 ⠀
X