Loading...
Searching...
No Matches
Instrument Control

Classes used to communicate with and control connected devices. More...

Classes

class  AisDeviceTracker
 This class is used track device connections to the computer. It also provides instrument handlers specific to each connected device which provide control of the relevant device. More...
 
class  AisErrorCode
 This class contains the possible error codes returned to the user when working with the API. Error codes can help diagnose issues such as invalid parameters, communication failures, or device malfunctions. By handling errors properly, you can ensure reliable operation of your experiments. More...
 
class  AisExperiment
 this class is used to create custom experiments. A custom experiment contains one or more elements. Once you create elements and set their parameters, you can add them to the container. More...
 
class  AisInstrumentHandler
 this class provides control of the device including starting, pausing, resuming and stopping an experiment on a channel as well as reading the data and other controls of the device. More...