Acqiris SA230E User Manual page 25

1 channel, 14-bit, 4 gs/s, dc up to 2 ghz bandwidth
Hide thumbs Also See for SA230E:
Table of Contents

Advertisement

Data readout
The data returned by the driver are 32-bit signed values.
Other AVG Parameters
Finally, below are specific parameters commonly used in the averager:
NumberOfAverages: number of waveforms to average in the record.
DataInversionEnabled: the data acquired may be inverted if desired, before the averaging.
Mode: select the averager mode (IAqMD3Acquisition.Mode property in IVI.NET or AQMD3_VAL_
ACQUISITION_MODE_AVERAGER in IVI-C)
Enabling the Averager mode
IVI.NET
The average mode is selected by setting IAqMD3Acquisition.Mode property to
Acqiris.AqMD3.AcquisitionMode.Averager:
instrument.Acquisition.Mode = AcquisitionMode.Averager;
IVI-C
The attribute AQMD3_ATTR_ACQUISITION_MODE (ViInt32) must be set to value AQMD3_VAL_
ACQUISITION_MODE_AVERAGER:
AqMD3_SetAttributeViInt32( session, "", AQMD3_ATTR_ACQUISITION_MODE,
AQMD3_VAL_ACQUISITION_MODE_AVERAGER );
Program examples for acquisitions with real-time averaging are available:
1
For IVI-C
C
:\Program Files\IVI Foundation\IVI\Drivers\AqMD3\Examples\IVI-C
For IVI.NET
C:\Program Files\IVI Foundation\IVI\Drivers\AqMD3\Examples\IVI.NET
AVG Configuration
The interfaces/methods/properties (functions/attributes) listed below are provided by the Acqiris MD3
Software. Detailed help on these interfaces may be found in the AqMD3 IVI Driver Help — Please
refer to AqMD3.chm (IVI-C) or Acqiris.AqMD3.Fx40.chm (IVI.NET).
1
Or the alternative drive letter where the Acqiris MD3 Software has been installed on your machine.
Acqiris SA230E User's Manual
2.2   Real-time averaging mode (AVG option)
25

Advertisement

Table of Contents
loading

Table of Contents