__declspec(property(get = GetPrecisionBits, put = SetPrecisionBits)) int PrecisionBits;
Defines the (integer) dynamic range of the A/D.
Read:
int GetPrecisionBits();Write:
void SetPrecisionBits(const int Value);Remarks:
Any values exceeding the range of the precision bits are considered to be clipped off. If the data format is floating point specify a value of 0. The dynamic range checked will be within -1..+1
Declared in Dew::Signal::TSignalSaturationWarning · Dew.Signal/SignalAnalysis.h · Cross-compiler