Scan GUI automatic generator - demo app
Simple widget to put arguments for a bec scan. The widget should be constructed from the function signature as follows:
from bec_lib.core import BECMessage, MessageEndpoints
import msgpack
MessageEndpoints.available_scans()
msgpack.loads(bec.producer.get(MessageEndpoints.available_scans()))
msgpack.loads(bec.producer.get(MessageEndpoints.available_scans()))['line_scan']
Initial idea will be demonstrated with a simple bespoke app in bec-widgets/examples
Edited by wyzula_j