Package: coder.descriptor
Superclasses: coder.descriptor.DataInterface
Return information about tunable breakpoint set data for a lookup table that has tunable parameters
The coder.descriptor.BreakpointDataInterface
object describes various
properties for breakpoint set data 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.BreakpointDataInterface
object for each
dimension in the lookup table. The codeDescObj
object is the
coder.codedescriptor.CodeDescriptor
object created for the model by using
the getCodeDescriptor
function.
The coder.descriptor.BreakpointDataInterface
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.BreakpointDataInterface
created.
coder.codedescriptor.CodeDescriptor
| coder.descriptor.DataInterface
| coder.descriptor.LookupTableDataInterface