UWMRO / ScienceCamera

ISC License
4 stars 4 forks source link

Dummy server #36

Closed sburris0 closed 3 years ago

sburris0 commented 3 years ago

Needed for testing and running at home.

Strategy

Create alternatives to andor functions/variables in server/server.py inside server/dummy.py, which gets used if andor SDK/drivers not installed/available. Return plausible values of an acceptable type (check andor SDK docs).

Notes

Setter functions and functions marked with the void return type don't need to do anything.

SetWhateverFunction = noop

is fine.

Progress

In order of occurrence: