pymeasure / pyleco

Python implementation of the Laboratory Experiment COntrol (LECO) protocol
MIT License
9 stars 3 forks source link

Make Director get automatically Actor capabilities #41

Open BenediktBurger opened 7 months ago

BenediktBurger commented 7 months ago

The TransparentDevice (in transparent_director.py) should request actor capabilities and use them for autocompletion.

Problem: only defined rpc methods are found (no properties etc.).

Another option could be to use the Analyzing director of pyleco-extras, which analyzes the actor's device driver.