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

hiAddExtraRepeatCommand

hiAddExtraRepeatCommand(
t_command
) 
=> t / nil

Description

Adds the specified SKILL command to the extra repeat command list so that the command becomes repeatable next time the hiRepeat function is called. Additionally, you can add the specified commands to the extra repeat command list that are not repeated automatically after there first run.

You can check the log for the correct name of the command you want to add to the extra repeat command list. The log file is CDS.log file by default or is the log file that is specified using the -log command-line option.

Arguments

t_command

Name of a SKILL command.

Value Returned

t

The specified command is added to the extra repeat command list.

nil

The specified command was not found or was not added to the extra repeat command list.

Examples

Adds the DRE opening command to the extra repeat command list and makes the command repeatable.

hiAddExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")

Related Topics

hiRepeat

General Environmental Functions


Return to top
 ⠀
X