UCLALabRAD / LaSER-Project

Effort to add functionality to the EGGS-Campbell repository to allow for the simulation of hardware in experiments conducted by the Campbell and Hudson labs.
0 stars 0 forks source link

simulated GPIB command dicts: support SPCI format, command chaining #11

Closed lando224 closed 1 year ago

lando224 commented 1 year ago

Worked on this quite a bit. Needs testing but logic is mostly there. Need to test w real device to understand how command chaining works with errors + multiple queries

lando224 commented 1 year ago

More work on this (forgot to handle optional chunks in SCPI format, and just did general clean up).

lando224 commented 1 year ago

More work here, to mimic how real box wipes out output buffer and stops listening when an unrecognized command comes in, and chains together responses in general.

lando224 commented 1 year ago

Lots of testing within HSS here for simulated devices. Still need to test SPCI for brackets and semicolons.

lando224 commented 1 year ago

Closing for capstone submission