Agilent Technologies Velocity11 VSpin User Manual page 102

Microplate centrifuge
Table of Contents

Advertisement

92
Chapter 6: ActiveX Controls
VSpin User Guide
Argument
Argument
Type
Name
LONG
time
SHORT
bucket_num
SetErrorLevel
Range
Description
1–2147483648
Number of seconds to spin.
1–2
Which bucket to present after spin cycle finishes.
Returns
None
Example
Visual Basic
VSpin1.Initialize "My
Profile" 1
'Open diagnostics dialog
VSpin1.SpinCycle 55.0,
60.0, 90.0, 1, 10, 1
Description
Sets up the level of error reporting. Default is full error reporting or
ERROR_HIGH.
Parameters
Argument
Argument
Type
Name
SHORT
error_level
Returns
None
Example
Visual Basic
VSpin1.Initialize "My
Profile" 1
'Set high level error reporting
VSpin1.SetErrorLevel 0
VSpin1.Close
Visual C++
// Initialize to use profile "My Profile. "
m_VSpin.Initialize("My
Profile" ,1);
// Spin rotor #1 at 55% velocity, 60%
// acceleration, 90% braking for 10
// seconds at desired speed. Present
bucket.
// 1 upon completion.
m_VSpin.SpinCycle(55.0,60.0,90
.0,1,10,1);
Range
Description
0–2
ERROR_HIGH=0
ERROR_MED=1
ERROR_LOW=2
Visual C++
m_VSpin.Initialize("My
Profile",1);
// Set high level error reporting.
m_VSpin.SetErrorLevel(0);
m_VSpin.Close();

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents