21.14.1 sb_configure_page
(Ask a Question)Description
This Tcl command is used to configure the parameters of a System Builder component page.
sb_configure_page \
-component_name {component_name} \
-page_name {page_name} \
[-params {param_list}]
Arguments
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | string | Mandatory. Name of the system builder component. |
-page_name {page_name} | string | Mandatory. Name of the system builder page being configured. |
-params {param_list} | string | Mandatory. List of parameters being configured within given page. |
Example
sb_configure_page -component_name {sb} -page_name{DEVICEFEATURES} -params {USE_ENVM:1}