7.7 How to perform binary decimation? (depending on firmware)
84
Acqiris SA230E User's Manual
7.7 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;