> For the complete documentation index, see [llms.txt](https://docs.yudash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yudash.com/yudash-json-api/data-scale-settings.md).

# Data Scale Settings

## 1)  Data Scale Settings

<mark style="color:blue;">dataScaleSettings</mark>

Data Scale Settings&#x20;

{% code lineNumbers="true" %}

```json
"dataScaleSettings": {
    "scaleVariables": {
      "A1": {
        "minIn": 4,
        "maxIn": 20,
        "minOut": 0,
        "maxOut": 100,
        "minOutLimit": 0,
        "maxOutLimit": 100
      },
      
      // any number of output variables that needs scaling/clipping
      "A6": {
        "minIn": 4,
        "maxIn": 20,
        "minOut": 4,
        "maxOut": 20,
        "minOutLimit": 4,
        "maxOutLimit": 20
      },
    }
  },


```

{% endcode %}

<table data-full-width="false"><thead><tr><th>JSON key</th><th width="343">Description</th><th>Remarks</th></tr></thead><tbody><tr><td>scaleVariables</td><td></td><td></td></tr><tr><td>minIn, maxIn</td><td></td><td></td></tr><tr><td>minOut, maxOut</td><td></td><td></td></tr><tr><td>minOutLimit, maxOutLimit</td><td></td><td></td></tr></tbody></table>

###
