21.14.13 open_sb_component
(Ask a Question)Description
This Tcl command opens a System Builder component. You must open a System Builder
                component before you can configure any of its pages using the sb_*
                commands.
Note: To create a System Builder design, the 
            create_and_configure_core
                command must be used, but with empty params. This creates an ungenerated System
                Builder component with default configuration. Then before configuring any of the
                System Builder pages, the System Builder component needs to be opened using the
                    open_sb_component command.open_sb_component \
-component_name {component_name}
        Arguments
| Parameter | Type | Description | 
|---|---|---|
| -component_name {component_name} | string | Mandatory. Name of the system builder component. | 
Example
open_sb_component -component_name
        