CreateTestplan
Create new test plan
Syntax
Description
creates a test plan.TPObj = CreateTestplan(PrjObj,TestPlanTemplate)
creates a test plan with a name.TPObj = CreateTestplan(PrjObj,TestPlanTemplate,newtestplanname)
creates a test plan with the number of inputs per level.TPObj = CreateTestplan(PrjObj,InputsPerLevel)
creates a test plan with the inputs per level and a name.TPObj = CreateTestplan(PrjObj,InputsPerLevel,newtestplanname)
creates a test plan with the number of inputs and a name.TPObj = CreateTestplan(PrjObj,Inputs,newtestplanname)
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced before R2006a
See Also
mbcmodel.project | mbcmodel.testplan | mbcmodel.modelinput | AttachData | CreateResponse