Perfusion

Stg_Perfusion_Clean, Stg_Perfusion_Dispence_mL, Stg_Perfusion_GetState, Stg_Perfusion_LoadCalibrationFromXML, Stg_Perfusion_Purge_mL, Stg_Perfusion_SetSolvent

Stg_Perfusion_Clean

Description 

 Stg_Perfusion_Clean();

This function runs the cleaning procedure on the Perfusion device.

Stg_Perfusion_Dispence_mL

Description 

 Stg_Perfusion_Dispence_mL(
   int  n_mL
);

This function injects the set amount of liquid with the Perfusion device.

Parameters

int n_mL

Amount of liquid in millilitres.

Stg_Perfusion_GetState

Description 

 Stg_Perfusion_GetState();

This function returns information about the state of the Perfusion device.

Stg_Perfusion_LoadCalibrationFromXML

Description 

 Stg_Perfusion_LoadCalibrationFromXML(
   char *Filename
);

This function loads calibration of the Perfusion device from an external .xml file.

Parameters

char *Filename

Full path to the XML file. E.g. C:\backup\backup1.xml

Stg_Perfusion_Purge_mL

Description 

 Stg_Perfusion_Purge_mL(
   int  n_mL
);

This function drains out set amount of liquid with the Perfusion device.

Parameters

int n_mL

Amount of liquid in millilitres.

Stg_Perfusion_SetSolvent

Description 

 Stg_Perfusion_SetSolvent(
   int  nSolventNum
);

This function sets selected solvent in the Perfusion device.

Parameters

int nSolventNum

Index of the solvent.