Main Content
SymbolSpec
Description
Use the SymbolSpec
object to query and configure C
Function block symbol definitions and their properties.
Creation
Use the get_param
function to get the C Function block
symbol configuration object for the specified C Function block. Specify the
first argument cFcnBlk
as a character vector that defines the path to the
block or as a block handle.
myCFunctionObj = get_param(cFcnBlk,'SymbolSpec')
Properties
Object Functions
addSymbol | Add a symbol object definition to a C Function block |
getSymbol | Get a symbol object definition of a C Function block |
deleteSymbol | Delete a symbol object definition from a C Function block |
Version History
Introduced in R2020a