NemV4Scaling Struct Reference
This data structure encapsulates data for analog input scaling. More...
#include <nem4_rs232_api.h>
Data Fields | |
| float | Factor |
| the scaling factor multiplied with the measured value | |
| float | Offset |
| the scaling offset added to the measured value | |
Detailed Description
This data structure encapsulates data for analog input scaling.
The scaling is calculated with y = Factor * x + Offset.
The documentation for this struct was generated from the following file:
