EasyManua.ls Logo

Acqiris SA240P - How to Perform Binary Decimation? (Depending on Firmware)

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...
7.8 How to perform binary decimation? (depending on firmware)
Acqiris SA240P User's Manual 79
7.8 How to perform binary decimation? (depending
on firmware)
The binary decimation is not supported for all combinations of firmware, channel configuration and
sampling rate.
Please refer to section for more information.
Using the AqMD3 IVI-C driver:
To use the binary decimation and set the sample rate to a lower value use the AQMD3_ATTR_
SAMPLE_RATE attribute.
sampleRate = 200e6;
status=AqMD3_SetAttributeViReal64(session,””, AQMD3_ATTR_SAMPLE_RATE,sampleRate);
Using the AqMD3 IVI.NET driver:
To use the binary decimation and set the sample rate to a lower value use the SampleRate
property.
sampleRate = 200e6;
driver.Acquisition.SampleRate = sampleRate;

Table of Contents