153
Appendix A: BenchCel ActiveX control
BenchCel Microplate Handling Workstation R-Series User Guide
Visual Basic example
LabwareNames = BenchCel.GetLabwareNames
For i = LBound(labwareNames) To UBound(labwareNames)
MsgBox labwareNames(i)
Next
VARIANT
EnumerateProfiles()
Description
Method to retrieve a list of defined profiles. The strings in this array are the
options that should be used for Initialize.
Parameters
None
Returns
An array of profile names.
Visual C++ example
VARIANT vPRofiles = m
_
BenchCel.EnumerateProfiles();
SAFEARRAY *psa = vProfiles.parray;
BSTR* bstrArray;
if
(FAILED(SafeArrayAccessData(psa,reinterpret
_
cast<void**>(
&bstrArray))))
{
VariantClear(&vProfiles);
return;
}
for (ULONG i = 0; i < psa->rgsabound[0].cElements; i++)
{
MessageBox(CString(bstrArray[i])));
}
SafeArrayUnaccessData(psa); VaraintClear(&vProfiles);
Visual Basic example
profileNames = BenchCel.EnumerateProfiles()
For i = LBound(profileNames) To UBound(profileNames)
MsgBox profileNames(i)
Next
Summary of Contents for R Series
Page 4: ...Letter to our Customers 2 Agilent Technologies Inc Automation Solutions Division ...
Page 10: ......
Page 23: ......
Page 24: ......
Page 26: ......
Page 34: ...Preface BenchCel Microplate Handling Workstation User Guide viii ...
Page 60: ...Chapter 1 Introduction BenchCel Microplate Handling Workstation R Series User Guide 26 ...
Page 124: ...Chapter 4 Performing a run BenchCel Microplate Handling Workstation R Series User Guide 90 ...
Page 210: ...Appendix B Quick reference BenchCel User Guide 176 ...
Page 218: ...Index BenchCel Microplate Handling Workstation R Series User Guide 184 ...
Page 219: ......
Page 220: ...Agilent Technologies User Guide G5400 90001 ...