pymeasure / leco-protocol

Design notes for a generic communication protocol to control experiments and measurement hardware
https://leco-laboratory-experiment-control-protocol.readthedocs.io
MIT License
6 stars 3 forks source link

Connect message names with RPC calls #57

Open BenediktBurger opened 10 months ago

BenediktBurger commented 10 months ago

On the control protocol page, we uses message names like "SIGNIN" etc. Now we use RPC calls with different method names.

One possibility would be to state, that "SIGNIN" stands for a rpc call for the "sign_in" method.

bilderbuchi commented 9 months ago

I think we should be consistent between message names and method names, that's easier to keep track of (less mental overhead keeping two slightly different designations in your head).

BenediktBurger commented 9 months ago

I adjusted the text in #56