Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetExtraRepeatCommands

hiGetExtraRepeatCommands(
) 
=> l_commands / nil

Description

Retrieves all commands added by the hiAddExtraRepeatCommand SKILL function in the extra repeat command list.

Arguments

None

Value Returned

l_commands

A list of SKILL commands.

nil

No commands were added to the extra repeat command list.

Examples

Previously added commands are retrieved from the extra repeat command list.

hiAddExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")
 
hiAddExtraRepratCommand("pteOpenForm(\"Options\")")
hiGetExtraRepeatCommands() 
=> ("dreInvokeDre(\"Virtuoso\")" "pteOpenForm(\"Options\")")

Related Topics

General Environmental Functions

hiIsExtraRepeatCommand


Return to top
 ⠀
X