![]() |
VWorks software calls the SinkPlate method to tell the plugin to upstack a labware to the specified location.If VWorks software calls the SourcePlate method next, VWorks software expects to retrieve the same labware. See “SourcePlate method” .IMPORTANT VWorks software always calls the ScanStack method before the SinkPlate or SourcePlate method. See “ScanStack method” and “SourcePlate method” .
HRESULT SinkPlate(
[in] BSTR Labware,
[in] enum PlateFlagsType PlateFlags,
[in] BSTR SinkToLocation,
[out,retval] enum ReturnCode *retVal
);
0 = The labware does not have a lid and is not sealed1 = The labware has a lid2 = The labware is sealed [in] The name of the location of the stack to which the labware is to be upstacked. 0 = The request was completed (RETURN_SUCCESS)1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)2 = The request was not completed (RETURN_FAIL)