coder.descriptor.FixAxisMetadata Class
Namespace: coder.descriptor
Description
Abstract base class to get breakpoint set data information. Based on the breakpoint set
data, you can get either a coder.descriptor.EvenSpacingMetadata
object or a coder.descriptor.NonEvenSpacingMetadata
object. To get breakpoint set data
information, use the coder.descriptor.BreakpointDataInterface
object.
You can get a coder.descriptor.FixAxisMetadata
object if the model meets
these conditions:
Table data is tunable.
Table data is tunable if the Lookup Table block uses a
Simulink.Parameter
object that has anon-Auto
storage class or the model configuration parameter Default parameter behavior isTunable
.Breakpoint set data is not tunable.
Breakpoint set data is tunable if the Lookup Table block uses a
Simulink.Parameter
object that has anon-Auto
storage class or the model configuration parameter Default parameter behavior isTunable
.
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.BreakpointDataInterface
object has property
FixAxisMetadata
that contains a
coder.descriptor.FixAxisMetadata
object.
Input Arguments
Examples
Version History
Introduced in R2020b