Multichannel Systems Roboocyte2 Scripting Manual User Manual
Page 14

Roboocyte2 Manual
14
1.3.7 Robo2. Database Commands
Robo2.
Parameter(s)
Action
Cond. Example Script
TransmitRecording(x)
REC_TAG_VOLTAGE,
REC_TAG_COMPOUND,
REC_TAG_REF_VOLTAGE,
REC_TAG_REF_COMPOUND
Writes recording tag to database.
REC_TAG_REF_COMPOUND: not used for
generating DR curves
REC_TAG_COMPOUND: used for generating DR
curves
R+
valves_tags_eg.js
TransmitVoltage(x)
int: value
writes voltage value for the current recording to the
database
R+
TransmitCompoundValve(x)
int: valve number
writes the valve number to the database
R+
valves_tags_eg.js
TransmitCompoundGilson(x,y)
int: x = slot
int: y = tube
writes the Gilson slot/tube information to the
database
R+
---
SetWellInfo(x,y)
string: x = key
string: y = value
writes any user defined text to the database. Can be
used to write additional information, e.g. value of
electrode resistance or leak current to the database
W+
---
SetRecordingSeries(x)
int: series number
writes a series number to the database, valid for all
following recordings. If one trace of the series is
selected in Roboocyte2+, all other traces from the
series are automatically used for plotting the dose-
response curve.
R-
---