Skip to content

call factory

Maybe we could create a call factory for the calls.

This could look like something closer to BLISS

# here we could at the specific param of the API
ascan = blissclient.make_func("ascan", in_terminal=False)

# so what here it's just a copy past from bliss script
ascan(roby, 0, 10, 0.1, p201)
Edited by Valentin Valls