Create fixed-point converter object
The DataTypeWorkflow.Converter
object contains the object
functions and parameters needed to collect simulation and derived data, propose and apply data
types to the model, and analyze results. Use the DataTypeWorkflow.Converter
object to perform the same fixed-point conversion tasks as the Fixed-Point Tool.
creates a converter object for the converter
= DataTypeWorkflow.Converter(systemToScale
)systemToScale
.
creates a converter object with the specified referenced model,
converter
= DataTypeWorkflow.Converter(referencedModelSystem
,'TopModel',topModel
)referencedModelSystem
, as the system to scale.
applyDataTypes | Apply proposed data types to model |
applySettingsFromRun | Apply system settings used in previous run to model |
applySettingsFromShortcut | Apply settings from shortcut to model |
deriveMinMax | Derive range information for model |
proposalIssues | Get results which have comments associated with them |
proposeDataTypes | Propose data types for system |
results | Find results for selected system in converter object |
saturationOverflows | Get results where saturation occurred |
simulateSystem | Simulate system specified by converter object |
verify | Compare behavior of baseline and autoscaled systems |
wrapOverflows | Get results where wrapping occurred |