User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_getMemory(ViSession instrumentID,
ViInt32* nbrSamples, ViInt32* nbrSegments);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Query Memory Settings.vi
Visual Basic Representation
GetMemory (ByVal instrumentID As Long, _
nbrSamples As Long, _
nbrSegments As Long) As Long
Visual Basic .NET Representation
AcqrsD1_getMemory (ByVal instrumentID As Int32, _
ByRef nbrSamples As Int32, _
ByRef nbrSegments As Int32) As Int32
MATLAB MEX Representation
[status nbrSamples nbrSegments] = AqD1_getMemory(instrumentID)
Note: The older form Aq_getMemory is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 129 of 210