Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

iccSendCommand

iccSendCommand(
d_cellviewId 
t_command
) 
=> t_retString 

Description

Sends a command to the router command line interpreter.

The results are as if you had typed the command in the router command entry field.

Arguments

d_cellviewId

The ID of the cellview.

t_command

A string to pass to the router. Strings that are constants should be quoted. Strings that are variables need not be quoted.

Value Returned

t_retString

Whatever string the router returns after successfully executing a task.

Examples

This example displays the router design report in the report window.

iccSendCommand(getEditCellview() "report design")

Related Topics

iccIsConnected

iccSendSkillCommand


Return to top
 ⠀
X