Hello,
I am attempting to configure a LLB instrument in Multi-instrument Mode using the Matlab API. I would like to tune the slow controller using the same line from the example in the documentation (Examples for MATLAB | Moku API), for the llb object:
llb.set_pid_by_frequency(2,-10,‘int_crossover’,50);
However, a “method is not supported in the current context” error in the Request/http_post appears. Issuing “disp(llb.summary());” confirms the slow controller is not set to the parameters I specify. I also encounter the same error when trying to set the LLB slow controller as its own instrument, outside Multi-instrument mode using the Matlab API running the entirety of the referenced example. How can I set the slow controller using the Matlab API? I would also like to control whether or not the slow controller output is on or off, so OutputB can output a scan, modulation, and offset with/without the slow feedback signal. Is this switch, visible in the moku LLB instrument GUI, controllable with the Matlab API?