Hello,
I am trying to use the Cloud Compile instrument in Multi-Instruments Mode with the python API but I got the following error message :
KeyError: "filename 'mokupro/04-255-00' not found"
Here is my code :
from moku.instruments import MultiInstrument, CloudCompile, PIDController
mim = MultiInstrument('192.168.###.###', force_connect=True, platform_id=4)
cloud_compile = mim.set_instrument(1, CloudCompile)
I am using a Moku:Pro with the firmware version 580.
Thank you in advance