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