
Beckman Biomek Series
Manufacturer: Beckman Coulter Model: Biomek Series
Biomek FX is a flexible liquid handling system that can simultaneously automate functionality of up to three liquid handlers all on the same worksurface. This liquid handler is offered either preconfigured in smart solutions for targeted applications or custom-tailored to meet your laboratory’s individual needs, including the ADMETox Workstation for in vitro permeability analysis of ADME/Tox Assays using the high-throughput method, PAMPA.
Methods Commands
-
Select Project
void selectProject(string projectName)
Select the project to use for opening methods.Parameters:
- projectNameName of the project.
-
Open Method
void openMethod(string methodName)
Open the specified method on the Biomek FX.Parameters:
- methodNameName of the method to open.
-
Close Method
void closeMethod()
Close the current method on the Biomek FX. -
Run Method
void runMethod()
Run the current method on the Biomek FX. -
Get Variable Value
string getVariableValue(string name)
Get the value of the specified variable on the Biomek FX.Parameters:
- nameName of the variable.
Returns:
Value of the specified variable. -
Set Variable Value
void setVariableValue(string name, string value)
Set the value of the specified variable on the Biomek FX.Parameters:
- nameName of the variable.
- valueValue of the specified variable.