![]() |
HRESULT GetTipStates(
[in] BSTR protocol,
[out] BSTR* TipStateXML,
[out,retval] enum V11ReturnCode* returnCode
);
[out] Pointer to a variable that receives the current status of the tipboxes.
The elements and attributes of interest to this method are described in this section. Velocity11 is the root element, and all other elements except PipetteHeadMode are container elements.The SingleTipBoxStateQuery element has the following attributes:
For process labware, the value is the labware instance of the tipbox.For configured labware, the value is the name of the location on the device where the tipbox has been placed. 0 = The tipbox is configured labware1 = The tipbox is process labware For process labware, the value is the name of the process by which the tipbox enters the system.For configured labware, the value is the name of the device on which the tipbox has been placed.The TipBoxState element has the following attribute:
The TipPosition element has the following attribute:
0 = The tips have not been used1 = The tips have been usedThe Well element has the following attributes:
The column index of the tip, where 0 indicates the leftmost column. The row index of the tip, where 0 indicates the topmost row.The following sample code is a truncated example of an XML metadata string that is returned by the GetTipStates method in the TipStateXML parameter. In this example, the tipbox contains only unused tips. The wells listed under <TipPosition State='0'> contain tips that have not been used. The wells listed under <TipPosition State='1'> contain tips that have been used.
→ProcessOrDeviceName='Bravo - 1' >→SubsetConfig='0' SubsetType='4' TipType='0' />The GetTipStates method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .