14.03.2014 Views

Automation Reference - JMP

Automation Reference - JMP

Automation Reference - JMP

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Application Object <strong>Reference</strong> for Automating <strong>JMP</strong><br />

Platform Methods<br />

NumberOfStarts(nStarts As Long) As Boolean<br />

Enter a positive whole number to specify the number of random starting designs. Do this before calling<br />

MakeDesign().<br />

OptimalityCriterion(Criterion as doeOptimalityConstants) As Boolean<br />

Specify an optimality other than Recommended before calling MakeDesign(). Choices are D-Optimal and I-<br />

Optimal.<br />

SaveFactors()<br />

Save the factors for the design to a new data table.<br />

SaveXMatrix()<br />

Save the design matrix as a Table variable in the final table output. This method functions as a toggle, the first<br />

time it is called SaveXMatrix will be activated. If it were called again, it would be turned off.<br />

SetRandomSeed(Seed As Double) As Boolean<br />

Enter a positive whole number if you wish to specify the seed for the random starting design. If -1 is entered for<br />

the seed, then a prompt is presented for the seed. This should be called before invoking MakeDesign().<br />

ShowDiagnostics()<br />

Turn on diagnostics. This method functions as a toggle: the first time turning the feature on, the next time it is<br />

called it turns the feature off.<br />

SimulateResponses()<br />

Simulate responses for the final design table. This should be called before invoking MakeTable() As Boolean.<br />

This method is a toggle: the first time it is called it turns the feature on, the next time it is called it turns the<br />

feature off.<br />

SpecifyChangeDifficulty(doeChangeDifficultyConstants difficulty)<br />

Change the level of difficulty for factor modification (Easy, Hard) in DOE automation. Factors that are added<br />

use the following automation methods:<br />

• AddCategoricalFactorWithLevelNames(FactorName as String, LevelNames as Variant Array of<br />

Strings) As Boolean<br />

• AddCategoricalFactorWithName(FactorName As String, NumberOfLevels as Long) As Boolean<br />

• AddContinuousFactorWithName(FactorName as String, LowerBound As Double, UpperBound As<br />

Double) As Boolean<br />

• AddMixtureFactorWithName(FactorName as String, LowerBound As Double, UpperBound As Double)<br />

As Boolean<br />

SphereRadius(Radius as Double)<br />

Enter a positive number if desired, for the radius of the spherical design region.<br />

Page 89

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!