getFunction
Get code configuration from code mappings for model function
Description
returns the value of a property for the specified model function. Use this function to
return the function customization template or memory section configured for a model
function. For single-tasking periodic functions for which you previously set an argument
specification and for Simulink functions, use this function to return the argument
specification.propertyValue = getFunction(coderMapObj,funcID,funcProperty)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b
See Also
coder.mapping.api.CodeMapping | coder.mapping.api.get | setFunction | getFunctionDefault | setFunctionDefault
Topics
- Configure Names for Individual C Entry-Point Functions
- Configure Name and Arguments for Individual Step Functions
- Configure Default C Code Generation for Categories of Data Elements and Functions
- C Data Code Interface Configuration for Model Interface Elements
- Configure Timer Service Interfaces
- Create and Analyze Random Schedules for a Model Using the Schedule Editor API