Issue with Multi-Instrument Mode / Cloud Compile using Python API

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

Hello! I have been having the same issue but with the Moku:Go platform. Did you ever solve this issue?

No, I am still having the issue.

1 Like