Main Content

SymbolSpec

Query and configure C Function block data symbols

Description

Use the SymbolSpec object to query and configureC Functionblock symbol definitions and their properties.

Creation

Description

myCFunctionObj= get_param(CFcnBlk, 'SymbolSpec')creates aC Functionblock symbol configuration object for the specifiedC Functionblock.

Input Arguments

expand all

C Functionblock path specified as a character vector, or a handle to theC Functionblock.

Properties

expand all

The symbols defined in theC Functionblock, specified as aSymbolobject, or an array ofSymbol对象.

Symbol对象define the properties of each symbol in theC Functionblock.

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

介绍了R2020a