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

hiIsExtraRepeatCommand

hiIsExtraRepeatCommand(
t_command
) 
=> t / nil

Description

Checks whether the specified SKILL command is in the extra repeat command list.

Arguments

t_command

Name of SKILL command.

Values Returned

t

The specified command is in the extra repeat command list.

nil

The specified command is not in the extra repeat command list.

Examples

Checks if the Design Resource Editor open command is in the extra repeat command list.

hiIsExtraRepeatCommand("dreInvokeDre(\"Virtuoso\")")

Related Topics

General Environmental Functions


Return to top
 ⠀
X