How to get property of blocks
    3 views (last 30 days)
  
       Show older comments
    
Hi bros,
I want to know how to get property of blocks such as inport (value, data type), outport (value, data type).
Example: Following is simple model.

I want to get inport data from Abs block via PortHandle, LineHandle, CompiledPortDataTypes, ext, but i could not.
Are there the way for get it for not only Abs block but also other blocks???
0 Comments
Answers (1)
  Fangjun Jiang
      
      
 on 17 Dec 2019
        Assume your model passes model update, here is an example.
vdp;
vdp([],[],[],'compile');
get_param('vdp/Mu','CompiledPortDataTypes')
vdp([],[],[],'term');
See Also
Categories
				Find more on Simulink Functions in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!