MATLAB XPC TARGET 4 - API GUIDE User's Guide Page 291

  • Download
  • Add to my manuals
  • Print
  • Page
    / 372
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 290
getparamname
14-47
14getparamname
Purpose Get block path and parameter name from index list
Syntax MATLAB command line
getparamname(target_object, parameter_index)
Arguments
Description getparamname returns two argument strings, block path and parameter name,
from the index list for the specified parameter index.
Examples Get the block path and parameter name of parameter index 5.
[blockPath,parName]=getparamname(tg,5)
blockPath =
Signal Generator
parName =
Amplitude
target_object
Name of a target object. The default name is tg.
parameter_index
Index number of the parameter.
Page view 290
1 2 ... 286 287 288 289 290 291 292 293 294 295 296 ... 371 372

Comments to this Manuals

No comments