Agilent Technologies Velocity11 VSpin User Manual page 103

Microplate centrifuge
Table of Contents

Advertisement

OpenDoor
Description
Opens the door to bucket_num. After successful opening, the
OpenDoorComplete event is sent.
Parameters
Argument
Argument
Type
Name
SHORT
bucket_num
SHORT
block
Returns
None
Example
Visual Basic
VSpin1.Initialize "My
Profile", 1
'Open door and present 'bucket 1
VSpin1.OpenDoor 1, 1
VSpin1.Close
Chapter 6: ActiveX Controls
Range
Description
1–2
Which bucket is presented.
0,1
Whether or not the function blocks.
0 = non-blocking
1 = blocking
Visual C++
// Initialize to use profile.
m_VSpin.Initialize("My
Profile" ,1);
// Block here until bucket 1 of VSpin 1 is
// ready.
m_VSpin.OpenDoor(1, 1);
m_VSpin.Close();
// Close the profile.
VSpin User Guide
93

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents