# Moku Cloud Compile Instrument
Provides access to Cloud Compile Instrument generated with Moku Cloud Compile (opens new window)
If you are using the Moku Cloud Compile instrument directly through the REST API, the instrument name as used in the URL is cloudcompile
.
Multi-instrument Mode
Moku Cloud Compile instruments can only be used in Multi-instrument Mode. Refer to the Multi-instrument Mode Getting Started Guide for more details.
Loading your Bitstream
Before you can deploy a Moku Cloud Compile instrument, you must load the bitstream that MCC has generated on to your Moku. When using the API, this can be accomplished through the file upload function.
Functions
Core
- getters: Cloud Compile - getter functions
- load_settings: Load a previously saved `.mokuconf` settings file into the instrument. To create a `.mokuconf` file, either use `save_settings` or the desktop app.
- save_settings: Save instrument settings to a file. The file name should have a `.mokuconf` extension to be compatible with other tools.
- set_control: Set a control register value
- set_controls: Set multiple control register values.
- summary: Returns a short summary of current instrument state
- set_interpolation: Toggle the output interpolation for a given channel.
Getters →