User manual

2.3.42 AcqrsD1_configMemory
Purpose
Configures the memory control parameters of the digitizer.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
nbrSamples ViInt32 Nominal number of samples to record (per segment!)
nbrSegments ViInt32 Number of segments to acquire. 1 corresponds to the
normal single-trace acquisition mode.
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configMemory(ViSession instrumentID,
ViInt32 nbrSamples, ViInt32 nbrSegments);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Memory Settings.vi
Visual Basic Representation
ConfigMemory (ByVal instrumentID As Long, _
ByVal nbrSamples As Long, _
ByVal nbrSegments As Long) As Long
Visual Basic .NET Representation
AcqrsD1_configMemory (ByVal instrumentID As Int32, _
ByVal nbrSamples As Int32, _
ByVal nbrSegments As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_configMemory(instrumentID, nbrSamples, nbrSegments)
Note: The older form Aq_configMemory is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 83 of 210