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

schHiDrawSymbolPin

schHiDrawSymbolPin(
[ ?terminalName t_terminalName ]
[ ?direction t_direction ]
[ ?interpret t_interpret ]
)
=> t

Description

Draws a polygon that represents a symbol pin. Usable only when editing symbols.

Arguments

?terminalName t_terminalName

Terminal name of the pin being drawn; must be enclosed in quotation marks. To create more than one pin, use a space between names as a delimiter. Each pin is placed individually.

?direction t_direction

Direction of the pin; must be enclosed in quotation marks.
Value values: input, output, inputOutput, switch

?interpret t_interpret

Interprets t_terminalName; must be enclosed in quotation marks.
Valid Values: full (full name), member

Value Returned

Always returns t.

Examples

Prompts you to draw a polygon to represent a pin. Direction of the pin is input. The data1 terminal name is not displayed with the pin.

schHiDrawSymbolPin( data1 "input" )

Prompts you to draw a polygon to represent a pin. Direction is the current or last value. The data2 terminal name is not displayed with the pin.

schHiDrawSymbolPin( "data2" )

Return to top
 ⠀
X