|
The VWorks JavaScript interpreter provides the following objects that can be accessed by a script.plates[ ] is a VWorks-defined array of plate objects that provides access to properties of one or more microplates upon which the current task is operating. You use the plates[ ] object only for subprocess tasks that reference at least one microplate. For subprocess tasks that do not employ microplates, such as the curly-brace task, the plates[ ] object is not relevant.
2 In the Protocol area, select a subprocess task that references at least one microplate.
3
4 Where n is the array index.The plates[ ] properties are the same as the plate properties. For the list and description of the plate properties, see plate object.
Stores the value under the key in a database record associated with this microplate. The data is retained across runs. Returns the value stored earlier using plates[n].setUserData or plate.setUserData. (See plate object.) plates[n].setBarcode(SIDE, string barcode)
Using JavaScript in the VWorks software VWorks-defined functions Other VWorks-defined objects