EasyManua.ls Logo

Agilent Technologies Velocity11 VSpin

Agilent Technologies Velocity11 VSpin
110 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 6: ActiveX Controls
VSpin User Guide
92
Returns
None
Example
SetErrorLevel Description
Sets up the level of error reporting. Default is full error reporting or
ERROR_HIGH.
Parameters
Returns
None
Example
LONG time 1–2147483648 Number of seconds to spin.
SHORT bucket_num 1–2 Which bucket to present after spin cycle finishes.
Argument
Type
Argument
Name
Range Description
Visual Basic Visual C++
VSpin1.Initialize My
Profile” 1
Open diagnostics dialog
VSpin1.SpinCycle 55.0,
60.0, 90.0, 1, 10, 1
// 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);
Argument
Type
Argument
Name
Range Description
SHORT error_level 0–2 ERROR_HIGH=0
ERROR_MED=1
ERROR_LOW=2
Visual Basic Visual C++
VSpin1.Initialize My
Profile” 1
Set high level error reporting
VSpin1.SetErrorLevel 0
VSpin1.Close
m_VSpin.Initialize(My
Profile,1);
// Set high level error reporting.
m_VSpin.SetErrorLevel(0);
m_VSpin.Close();

Related product manuals