en:doku:plugin-api-cmd-get_tabresults

Get_TabResults

Read simulation results of a tab.

The function provides a ChunkStream for transmission, from which the data is read.

Siehe: Get_Chunk - Read part of a data stream

Parameter

  • tabhandle - The handle of the tab from which the simulation results are requested.

Command

{
  "Get_TabResults":{
    "tabhandle":132273211
  }
}

Result (Example)

{
  "Result":{
    "command":"Get_TabResults",
    "status":"success",
    "values":{
      "tabhandle":132273211,
      "chunked":true,
      "chunkStreamHandle":7835152,
      "chunkCount":190,
      "data":{
        "BurnoutInBarrel":"true",
        "MaxPressure":"3347.4831159072783 bar",
        "PointIdxBurnedEnergy95":"1425",
        "PointIdxBurnout":"3922",
        "PointIdxPmax":"268",
        "PointIdxZ1":"234",
        "z":"1",
        "EndEnergy":"3984.2004144201014 joule",
        "EndPressure":"455.89276608605616 bar",
        "EndVelocity":"850.50579100633934 m/s",
        "EndTime":"1.39346279789998 ms",
        "Ekin":"4336 joule",
        "Eprop":"0 joule",
        "UnitInfo":{
          "x":"mm",
          "xp":"mm",
          "z":"",
          "p":"bar",
          "v":"m/s",
          "t":"ms"
        }
      }
    }
  }
}

This website uses only functional necessary cookies.

By clicking on OK, you agree with storing that cookies on your computer for the time of your session.
If you do not agree please leave the website.

Show information about the used cookies.

Show our policies.

  • en/doku/plugin-api-cmd-get_tabresults.txt
  • Last modified: 2021/05/30 03:34
  • (external edit)