Getting Started
After successful installation of CAMELS you are ready to start your experiments.
The easiest way to get comfortable with CAMELS is to first learn how to add and configure already implemented instruments.
How to Setup Measurement ProtocolsLearn how to setup measurement protocols. Use the instruments you configured in measurement sequences.
Protocol Steps ExplainedYou can learn which protocol steps exist and how to use them. Protocol steps are the actions you can perform during a measurement sequence, like setting and reading an instrument channel, or creating a loop, waiting for a specified time.
More How to Use the CAMELS APIIf you want to control your CAMELS software with another program you can use CAMELS' API. This is especially useful if you have existing scripts but now want to control specific (new) aspects with CAMELS while still using the script you already have.
More List of Available InstrumentsHere you find a list of available instruments that are already implemented.
How to Write New Drivers for Your InstrumentsYou can add your own instruments that have not yet been implemented by writing your own drivers. You can follow our step-by-step guide for writing drivers or start with the new driver documentation directly.
More