User manual
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsD1_configAvgConfig(ViSession instrumentID, 
ViInt32 channelNbr, ViString parameterString, ViAddr 
value);
LabVIEW Representation 
Acqiris Dx.lvlib: (or Aq Dx) Extended Configure Averager.vi 
  This Vi is polymorphic, the value can be either I32 or DBL. 
Visual Basic Representation 
ConfigAvgConfig (ByVal instrumentID As Long, _ 
 ByVal channelNbr As Long, _ 
 ByVal parameterString As String, _ 
 value As Any) As Long 
Visual Basic .NET Representation 
AcqrsD1_configAvgConfig (ByVal instrumentID As Int32, _ 
 ByVal channelNbr As Int32, _ 
 ByVal parameterString As String, _ 
 ByRef value As Int32) As Int32 
or 
AcqrsD1_configAvgConfig (ByVal instrumentID As Int32, _ 
 ByVal channelNbr As Int32, _ 
 ByVal parameterString As String, _ 
 ByRef value As Double) As Int32 
MATLAB MEX Representation 
Note: Please see AqD1_configAvgConfigInt32 and AqD1_configAvgConfigReal64. 
Programmer’s Reference Manual    Page 63 of 210 










