{
  "synLogic": "int $ret \u003d $api();",
  "help": "The ns_get_controller_testid API returns the test run number of the load test ",
  "notes": "",
  "returns": "int",
  "arguments": "",
  "parameterization": "",
  "component": [
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Value",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Return Value",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      },
      "quotes": true
    }
  ],
  "name": "ns_get_controller_testid",
  "syntax": "int ns_get_controller_testid()",
  "javaSyntax": "",
  "cEx": "flow()\n{\n  int TRNUM \u003d ns_get_controller_testid();\n  printf(\"Testrun number is: TR%d\\n\", TRNUM);\n}",
  "javaEx": "",
  "insertStrC": "ns_get_controller_testid();",
  "insertStrJava": "",
  "description": "The ns_get_controller_testid API returns the test run number of the load test "
}