Forum Discussion
Bala-Mookkiah
New Contributor
1 year agoModifying internal components Parameters in a Sub-System Package (QCP)
Hi I followed the instructions in online documents and youtube videos on how to add run_system_script for modifying internal components Parameters of a Sub-System Package (QCP) but so far I am not ab...
sstrell
Super Contributor
1 year agoIn my .qcp ss.tcl script, I included string matching for the name of the parameter. So yours would look like this:
if {[string match $param "QUEUE_MEM_BASE_ADDRESS"]}{
load_component rpss_0
set_component_parameter_value QUEUE_MEM_BASE_ADDRESS $val
save_component
}
}
I don't know if this will do anything for you. I put this in because I only wanted a single parameter to appear in the parameter editor for when the .qcp file was added to the system.