======Get_TabResults====== Read simulation results of a tab. The function provides a ChunkStream for transmission, from which the data is read. **Siehe:** [[en:doku:plugin-api-cmd-get_chunk|Get_Chunk]] - Read part of a data stream ===Parameter=== * //tabhandle// - The handle of the tab from which the simulation results are requested. ====JSON-Source==== ===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" } } } } }