Oscilloscope

The '/osc' endpoint provides access to the oscilloscope instrument functions.

read


Read a single data buffer from the oscilloscope.

Type: POST

Example

Send

{
   "osc":{
      "0":[
         {
            "command":"read"
         }
      ]
   }
}

HTTP Response

Headers

multipart/form-data; boundary=----WebKitFormBoundarya0sbopXx2fAewhB6

Body

------WebKitFormBoundarylBu1yd0XWA4m1C6A
Content - Disposition: form - data; name = "command"

{"osc":{"0":[{"command":"read","statusCode":0,"wait":100}]}}
------WebKitFormBoundarylBu1yd0XWA4m1C6A
Content - Disposition: form - data; name = "buffer0"

����������������������������������������
------WebKitFormBoundarylBu1yd0XWA4m1C6A--