Main Content

applySettingsFromRun

Apply system settings used in previous run to model

Description

applySettingsFromRun(converter,RunName) applies the data type override and instrumentation settings used in a previous run, RunName, to the model specified in the converter object.

Input Arguments

collapse all

Converter object for the system under design, specified as a DataTypeWorkflow.Converter object.

Name of run from which to apply settings, specified as a character vector.

Example: applySettingsFromRun(converter,'Run1')

Data Types: char

Version History

Introduced in R2014b