coder.descriptor.BreakpointDataInterface Class
Namespace: coder.descriptor
Superclasses: coder.descriptor.DataInterface
Return information about tunable breakpoint set data for a lookup table that has tunable parameters
Since R2020a
Description
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
Creation
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.LookupTableDataInterface
and
coder.descriptor.BreakpointDataInterface
objects are created if these
conditions are true:
Lookup table data is tunable.
One of these conditions is true:
Breakpoint set data is tunable.
Breakpoint set data is nontunable and the block does not use a
Simulink.LookupTable
object.The block uses a
Simulink.LookupTable
object.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2020a