EasyManua.ls Logo

Acqiris SA240P - Page 52

Default Icon
89 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
4.4 Equalization
52 Acqiris SA240P User's Manual
The check of potential overrange is sensitive to channel input also outside acquisition window. If
an error on overrange occurs outside of the acquisition window, user can still fetch the data after
setting the ErrorOnOverrangeEnabled property to false.
Driver Attribute / Property (Boolean) Description
IVI-C
AQMD3_ATTR_ACQUISITION_ERROR_ON_
OVERRANGE_ENABLED
When set to true, all Fetch and Read
methods will return an error if the ADC was
in overrange (i.e. some samples are outside
of the numeric range of the ADC output).
Default is true .
IVI.NET IAqMD3Acquisition.ErrorOnOverrangeEnabled
Driver Error Description
IVI-C AQMD3_ERROR_ADC_OVERRANGE
ADC is in overrange acquisition data is invalid.
IVI.NET Acqiris.AqMD3.AdcoverrangeException
Example (pseudo-instructions)
//Acquired data reading procedure
Fetch();
If (ERROR_ADC_OVERRANGE) {
ErrorOnOverrangeEnabled=false; // allow fetch of overrange data
Fetch();
ErrorOnOverrangeEnabled=true; // reset
}

Table of Contents