21.7.4 mss_enable_instance
(Ask a Question)Description
This command is used to enable a core instance inside the MSS component.
mss_enable_instance \
-component_name {component_name} \
-instance_name {instance_name}
        Arguments
| Parameter | Type | Description | 
|---|---|---|
| -component_name {component_name} | string | Mandatory. Name of the MSS component. | 
| -instance_name {instance_name} | string | Mandatory. Name of the core instance to be enabled inside the MSS component. | 
Example
mss_enable_instance -component_name {test_sb_MSS} -instance_name {MMUART_0}
        