Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

gdmExecute

gdmExecute(
g_general
)
=> t / nil

Description

Executes the command line.

Arguments

g_general

The name of the executable.

Value Returned

t

The command is executed.

nil

The command is not executed.

Examples

Executing crcsci and crcsci command lines:

gdmExecute( "crcsci" "crcs" )

Return to top
 ⠀
X