Programmatically get all block parameters
Some blocks have special parameters, that are not listed in
get_parameter(block, ‘DialogParameters’)
get_parameter(block, ‘ObjectParamters’)
For example, the MATLAB function block reveals its content with the object in
get_param(block, ‘MATLABFunctionConfiguration’)
Which is listed in neither. How to get a list of all a block’s parameters, even exotic ones? Is there maybe a block object to circumvent such an awkward search, for specific parameters you don’t even know exist?Some blocks have special parameters, that are not listed in
get_parameter(block, ‘DialogParameters’)
get_parameter(block, ‘ObjectParamters’)
For example, the MATLAB function block reveals its content with the object in
get_param(block, ‘MATLABFunctionConfiguration’)
Which is listed in neither. How to get a list of all a block’s parameters, even exotic ones? Is there maybe a block object to circumvent such an awkward search, for specific parameters you don’t even know exist? Some blocks have special parameters, that are not listed in
get_parameter(block, ‘DialogParameters’)
get_parameter(block, ‘ObjectParamters’)
For example, the MATLAB function block reveals its content with the object in
get_param(block, ‘MATLABFunctionConfiguration’)
Which is listed in neither. How to get a list of all a block’s parameters, even exotic ones? Is there maybe a block object to circumvent such an awkward search, for specific parameters you don’t even know exist? get_param, hidden, block, parameters MATLAB Answers — New Questions