User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configMemoryEx(ViSession instrumentID, ViUInt32
nbrSamplesHi, ViUInt32 nbrSamplesLo, ViInt32 nbrSegments,
ViInt32 nbrBanks,
ViInt32 flags);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Extended Memory Settings.vi
Visual Basic Representation
ConfigMemoryEx (ByVal instrumentID As Long, _
ByVal nbrSamplesHi As Long, _
ByVal nbrSamplesLo As Long, _
ByVal nbrSegments As Long, -
ByVal nbrBanks As Long, -
ByVal flags As Long) As Long
Visual Basic .NET Representation
AcqrsD1_configMemoryEx (ByVal instrumentID As Int32, _
ByVal nbrSamplesHi As UInt32, _
ByVal nbrSamplesLo As UInt32, _
ByVal nbrSegments As Int32, -
ByVal nbrBanks As Int32, -
ByVal flags As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_configMemoryEx(instrumentID, nbrSamplesHi, nbrSamplesLo,
nbrSegments, nbrBanks, flags)
Note: The older form Aq_configMemoryEx is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 85 of 210