Main Content

verify

Compare behavior of baseline and autoscaled systems

Description

verificationResult = verify(converter,baselineRun,verificationRunName) simulates the system specified by the DataTypeWorkflow.Converter object, converter, and stores the run information in a new run, verificationRun. It returns a DataTypeWorkflow.VerificationResult object that compares the baseline and verification runs.

Input Arguments

collapse all

Converter object for system to verify, specified as a DataTypeWorkflow.Converter object. The DataTypeWorkflow.Converter object contains instrumentation data from the baseline run, 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 on the ProposalSettings object.

Baseline run to compare against, specified as a character vector.

Data Types: char | string

Name of the verification run to create during the embedded simulation, specified as a character vector.

Data Types: char | string

Output Arguments

collapse all

Comparison of the baseline run and the verification run, returned as a DataTypeWorkflow.VerificationResult object.

Version History

Introduced in R2019a