VWorks User Guide : Creating a protocol: advanced topics : InventoryLabware object

InventoryLabware object
About the InventoryLabware object
The VWorks JavaScript interpreter provides the following objects that can be accessed by a script.
This topic describes the InventoryLabware object properties.
InventoryLabware represents an individual labware in the inventory database. By passing InventoryLabware objects to plateDB methods in a JavaScript, you can manage specific labware in the inventory. To see an example of this implementation, see the importLabwareToInventory method example in plateDB object.
Properties
Syntax:
InventoryLabware.property
 
Methods
Methods are JavaScript functions invoked through an object. The InventoryLabware object has the following methods, available on systems that have the inventory database option. Use these methods to track labware-specific data.
Syntax:
InventoryLabware.method( )
 
Related information
 
VWorks-defined functions
Other VWorks-defined objects