Get parameter names and values
returns
the name or value of the specified parameter for the specified model
or block object. Open or load the Simulink® model first. ParamValue
= get_param(Object
,Parameter
)
Tip
If you make multiple calls to get_param
for
the same block, then specifying the block using a numeric handle is
more efficient than using the full block path. Use getSimulinkBlockHandle
to
get a block handle.
For parameter names, see:
bdroot
| find_system
| gcb
| gcs
| getSimulinkBlockHandle
| set_param