Acqiris U5309A User Manual page 27

Acquisition card, 2 or 8 channels, 8-bit, 500 ms/s to 2 gs/s, dc to 500 ghz bandwidth, with real-time processing
Hide thumbs Also See for U5309A:
Table of Contents

Advertisement

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
For 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.
U5309A User's Manual
:\Program Files\IVI Foundation\IVI\Drivers\AqMD3\Examples\IVI-C
C:\Program Files\IVI Foundation\IVI\Drivers\AqMD3\Examples\IVI.NET
2.4   Real-time averaging (AVG option)
27

Advertisement

Table of Contents
loading

Table of Contents