How can I export the block configuration settings in a Simulink Model built from Xilinx System Generator for DSP blockset?
Show older comments
How can I export the block configuration settings in a Simulink Model built from Xilinx System Generator for DSP blockset?
Answers (1)
Vishal Neelagiri
on 3 Jan 2017
0 votes
You can use 'Simulink.BlockDiagram.saveActiveConfigSet' to save the active configuration set of the model. You can refer to the following documentation:
https://www.mathworks.com/help/simulink/slref/simulink.blockdiagram.saveactiveconfigset.html
4 Comments
Joe Steyn
on 3 Jan 2017
Vishal Neelagiri
on 4 Jan 2017
You can use
get_param('model_name/block_name','ObjectParameters')
to extract all the properties of the specified block in the model.
Joe Steyn
on 4 Jan 2017
Joe Steyn
on 10 Jan 2017
Categories
Find more on Signal Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!