User manual
If P1Control and/or P2Control are enabled for the Add/Subtract mode then the data will be added if the 
signal, or the or of both signals, is in the high state. The same rule holds if they are used for trigger enable. 
The P1Control/P2Control "average (out)" signal goes high after the first trigger is accepted for an average 
and drops back down when the last trigger's acquition is complete. 
Example 
long channelNbr = 0, dither = 8; 
AcqrsD1_configAvgConfigInt32(ID, channelNbr, "DitherRange", dither); 
This function sets the dithering range to ± 8 LSB’s. 
Note that this function takes value of the parameter to be set, not the the address. 
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsD1_configAvgConfigInt32(ViSession instrumentID, 
ViInt32 channelNbr, ViString parameterString, 
 ViInt32 value);
LabVIEW Representation 
Please use the Acqiris Dx.lvlib: (or Aq Dx) Extended Configure Averager.vi 
described in 
AcqrsD1_configAvgConfig. 
Visual Basic Representation 
ConfigAvgConfigInt32 (ByVal instrumentID As Long, _ 
 ByVal channelNbr As Long, _ 
 ByVal parameterString As String, _ 
 ByVal value As Long) As Long 
Visual Basic .NET Representation 
AcqrsD1_configAvgConfigInt32 (ByVal instrumentID As Int32, _ 
 ByVal channelNbr As Int32, _ 
 ByVal parameterString As String, _ 
 ByVal value As Int32) As Int32 
MATLAB MEX Representation 
[status]= AqD1_configAvgConfigInt32(instrumentID, channel, parameterString, 
value) 
Programmer’s Reference Manual    Page 67 of 210 










