MID - the modeling company Home Search API Reference Manual Contact Support

Tcl Script sdfinddata.tcl

Purpose:

The script analyzes the selected implementation files for global parameters and their calls.

This functionality is presently only available for C language.

Call:
sdfinddata.tcl -calls [0|1] -crtdata [0|Intern|Extern] -defs [0|1]
-select [0|1] -comNesting -ignore <list of pattern>
Arguments:
-calls create calls
0 do not create calls
1 create calls (default)
-crtdata create data domains
0 do not create data domains
Extern create data as external data
Intern create data as internal data
-defs create definitions
0 do not create definitions
1 create definitions (default)
-select get all data domains from the repository
0 do not select data domains
1 select all data domains (default)
-comNesting if specified, nested comments are accepted
-ignore sign code fragments as ignorable
The argument consists of a list of regular expressions, which will be interpreted.
Example:

sdfinddata.tcl -select 1 -ignore {_AT\(0x[0-9a-fA-F]+\)}

Note:

More Add-Ins for Innovator Function
More Add-Ins for all Innovator Model Types