CdAoHwProps
CdAoHwProps
Data structure that describes the hardware-dependent properties of analog outputs.
``` linenums="1" title="CdAoHwProps object with all params" CdAoHwProps oProp; oProp.m_fStepWidth = 0.0; oProp.m_fLowerLimit = 0.0; oProp.m_fUpperLimit = 0.0; oProp.m_sUnit = ""; oProp.m_fMinInterAccessTimeInMs = 0.0;
```
double: m_fStepWidth
absolute value for deviation in analog value of converter (in best case 0)
double: m_fLowerLimit
smallest convertible analog value
double: m_fUpperLimit
highest convertible analog value
double: m_sUnit
attribute that determinate the base unit
double: m_fMinInterAccessTimeInMs
minimal interval in ms between two read/write processes