Programmatically filter ports in Architecture View
显示 更早的评论
I am tying to programmatically create architecture views based on the value of a sterotype property.
When using the interactive view I can add a port filter; and successfully filter the ports in the view based on the value of the property.
Programmatically, I can successfully filter the Components in the view using the code below. However, I can not work out how to also filter the ports programmatically.
Any help appreciated.
Query = contains(PropertyValue("SysModelProfile.BaseStereotype.Feature"), 'Feature1');
model.createView('Feature1',...
Select=Query,...
);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 System Composer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!