Package: coder.descriptor
Superclasses: coder.descriptor.DataInterface
Return information about Lookup Table blocks that have tunable parameters
The coder.descriptor.LookupTableDataInterface
object describes various
properties for these Lookup Table blocks that have tunable parameters in the generated code:
1-D Lookup Table
2-D Lookup Table
n-D Lookup Table
Interpolation Using Prelookup
Direct Lookup Table (n-D)
Sine
Cosine
creates a params
= getDataInterfaces(codeDescObj
, dataInterfaceName
)coder.descriptor.LookupTableDataInterface
object if the model has
a Lookup Table block with tunable parameters. The codeDescObj
object is the
coder.codedescriptor.CodeDescriptor
object created for the model by using
the getCodeDescriptor
function.
The coder.descriptor.LookupTableDataInterface
object is created only if
all parameters in the lookup table data and breakpoint set data are tunable. For example, if
you have a lookup table with tunable table data, and three breakpoints, two of which have
tunable data and one that does not, there is no
coder.descriptor.LookupTableDataInterface
created.
coder.codedescriptor.CodeDescriptor
| coder.descriptor.BreakpointDataInterface
| coder.descriptor.DataInterface