DataTypeWorkflow.VerificationResult
Verification results after converting a system to fixed point
Description
A DataTypeWorkflow.VerificationResult object contains the
results after converting a system to fixed point. The verification result object indicates
whether a conversion was successful based on the tolerances specified on the DataTypeWorkflow.ProposalSettings object used during the
conversion.
Creation
Description
simulates the system specified by the verificationResult = verify(converter,BaselineRunName,RunName)DataTypeWorkflow.Converter object,
converter, and stores the run information in a new run,
RunName. It returns a
DataTypeWorkflow.VerificationResult object that compares the baseline
and verification runs.
The DataTypeWorkflow.Converter object contains instrumentation data
from the run specified by BaselineRunName, as well as the tolerances
specified on the associated DataTypeWorkflow.ProposalSettings
object. The software determines if the behavior of the verification run is acceptable
using the tolerances specified by the ProposalSettings object.
Properties
Object Functions
explore | Explore comparison of baseline and fixed-point implementations |
Version History
Introduced in R2019a