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

hiRemoveExtraRepeatCommand

hiRemoveExtraRepeatCommand(
t_command
) 
=> t / nil

Description

Removes the specified SKILL command from the extra repeat command list. The commands in this list are added using hiAddExtraRepeatCommand. When the command is removed it becomes unrepeatable.

Arguments

t_command

Name of SKILL command.

Values Returned

t

The specified command is removed from the extra repeat command list.

nil

The specified command was not removed from the extra repeat command list.

Examples

Removes the DRE opening command from the extra repeat list.

hiRemoveExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")

Related Topics

General Environmental Functions

hiIsExtraRepeatCommand


Return to top
 ⠀
X