Forum Discussion
sstrell
Super Contributor
4 months 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.