4 lines
536 B
PHP
4 lines
536 B
PHP
<h1>Post process</h1>
|
|
Post process is a numeric value that is used after get data to numerical post process in a multipliear operation. For example a data with a value of 1000 with a Post Process value of 1024 will result in a definitive data of 1024000 value. This is useful to normalize data, convert between units, etc. This also could be used to divide, by using a multiplier under 1 value, like, for example, 0.001 that will divide current value by 1000.
|
|
<br><br>
|
|
Value of 0 of empty is for disable usage of post process (default). |