This chapter provides a high-level overview about how to connect to the model-driven interfaces of an SRĀ OS device and manipulate simple data structures. Detailed technical documentation for the pySROS API is provided within the source code bundle in the docs directory.
The API documentation is provided as source code and should be built as needed. To compile the API documentation, run the following commands from the docs directory:
pip install -r requirements.txt
make html
The API documentation is compiled into the build/html folder in HTML format.