User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getAvgConfig(ViSession instrumentID,
ViInt32 channelNbr, ViString parameterString,
ViAddr value);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Extended Averager Settings.vi
This Vi returns the value as either I32 or DBL. Connect the desired
type.
Visual Basic Representation
GetAvgConfig (ByVal instrumentID As Long, _
ByVal channelNbr As Long, _
ByVal parameterString As String, _
value as Any) As Long
Visual Basic .NET Representation
AcqrsD1_getAvgConfig (ByVal instrumentID As Int32, _
ByVal channelNbr As Int32, _
ByVal parameterString As String, _
ByRef value as Int32) As Int32
or
AcqrsD1_getAvgConfig (ByVal instrumentID As Int32, _
ByVal channelNbr As Int32, _
ByVal parameterString As String, _
ByRef value as Double) As Int32
MATLAB MEX Representation
Please use the MEX representation associated with AcqrsD1_getAvgConfigInt32 or
AcqrsD1_getAvgConfigReal64
Note: The older form Aq_getAvgConfig is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 109 of 210