save_high_res_buffer

Save the high resolution channel buffer data to a file on the Moku's internal storage

Once completed you can download the file from the device using download_files. The high resolution channel buffer will be saved to tmp (Moku:Lab) persist (Moku:Go) or ssd (Moku:Pro).

Parameters

string
Optional comments to be included in output file.
default: ""
number
Timeout for trigger event if wait_reacquire is true
default: 60
allowed values:0 - inf
units: Seconds

Below are the examples on how to save the high resolution data to a file,

# Sample response

{
    "file_name": "_tmp_buffer_9cae115e-b1ad-4859-8a29-a6a8af4ab4fd_.li",
    "location": "persist"
}
1
2
3
4