iccSendCommand
iccSendCommand(d_cellviewIdt_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
|
A string to pass to the router. Strings that are constants should be quoted. Strings that are variables need not be quoted. |
Value Returned
|
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
Return to top