coder.descriptor.LookupTableDataInterface class
Package: coder.descriptor
Superclasses: coder.descriptor.DataInterface
Return information about Lookup Table blocks that have tunable parameters
Description
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
Creation
creates a params
= getDataInterfaces(codeDescObj
, dataInterfaceName
)coder.descriptor.LookupTableDataInterface
object if the model has
a Lookup Table block that has tunable parameters. The codeDescObj
object is
the coder.codedescriptor.CodeDescriptor
object created for the model by
using the getCodeDescriptor
function.