save_high_res_buffer
Save the high resolution channel buffer data to a file on the Moku's internal storageOnce 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, Moku:Delta).
Parameters
  string  
  
                Optional comments to be included in output file.
            
default: ""  integer  
  
                Wait for n seconds before trigger event happens to save the buffer
            
default: 60allowed values:0 - infunits: SecondsBelow 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
2
3
4