ExperimentScript
ExperimentScript[expression]⟹newScript
generates a new script object where the statements in expression make up the contents of the script's notebook.
ExperimentScript[name]⟹newScript
generates a new script using an existing script as a template when passed the Template option.
Examples
open allclose allBasic Examples (6)
Create a new script (separate steps in the script are delineated via semicolons). First the DNA synthesis protocol will run, then the HPLC protocol will run:
Generated script notebook should have StyleDefinitions=CommandCenter.nb
Indicate that multiple protocols should run in parallel during a single step of the script (if the Parallel[...] head was not included, the DNA Synthesis protocol would have to be finished before the PNA Synthesis protocol could start):
Indicate that the script should loop until a certain criteria is achieved (the sample will continue to be mixed until it is fully dissolved). For more information, please read the documentation pages for the functions Label and Goto:
Indicate that the script should pause (the user will be sent a notification):