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(myCodeMappingObj
,function
,property
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020b
See Also
coder.mapping.api.CodeMapping
| coder.mapping.api.get
| getFunctionDefault
(Embedded Coder) | setFunction
| setFunctionDefault
Topics
- Configure Names for Individual C Entry-Point Functions (Embedded Coder)
- Configure Name and Arguments for Individual Step Functions (Embedded Coder)
- Configure Default C Code Generation for Categories of Data Elements and Functions (Embedded Coder)
- C Code Generation Configuration for Model Interface Elements (Embedded Coder)
- Configure Timer Service Interfaces for Aperiodic Export Functions (Embedded Coder)