Multichannel Systems Roboocyte2 Scripting Manual User Manual
Page 13

13
1.3.6 Robo2. Data Analysis Commands
Robo2.
Parameter(s)
Action
Cond. Example Script
SetBaselineROI(x,y)
int: x = left in s
int: y = right in s
sets the region of interest (ROI) used for the baseline
calculation.
---
Data_eg.js
SetBaselineROIMilliSec(x,y)
int: x = left in ms
int: y = right in ms
sets the region of interest (ROI) used for the baseline
calculation.
---
---
SetDriftCorrectionROI(x,y)
int: x = left in s
int: y = right in s
sets the left and right cursor positions used to calculate
the drift correction.
---
Data_eg.js
SetDriftCorrectionROIMilliSec(x,y)
int: x = left in ms
int: y = right in ms
sets the left and right cursor positions used to calculate
the drift correction.
---
---
SetAnalysisROI(x,y)
int: x = left in s
int: y = right in s
sets the region of interest (ROI) from which results are
calculated
---
Data_eg.js
SetAnalysisROIMilliSec(x,y)
int: x = left
int: y = right in ms
sets the region of interest (ROI) from which results are
calculated
---
---