Description
This Tcl command imports the MSS component to your project.
import_mss_component [-file {path to the *.cxz file}]
Arguments
| Parameter | Type | Description | 
|---|
| file | string | Path of the *.cxz files to be imported. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Parameter 'file' has illegal value. | 
| None | Required parameter 'file' is missing. | 
| None | Parameter 'param_name' is not defined. Valid command formatting is 'import_mss_component -file "file"'. | 
Example
Importing a mss component file located at ‘./src/file_name.cxz’ to your project.
import_mss_component -file {./src/file_name.cxz}