User manual

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