User manual
2.3.90 AcqrsD1_resetDigitizerMemory
Purpose
Resets the digitizer memory to a known default state.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
Each byte of the digitizer memory is overwritten sequentially with the values 0xaa, 0x55, 0x00 and 0xff.
This functionality is mostly intended for use with battery backed-up memories.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_resetDigitizerMemory(
ViSession instrumentID);
LabVIEW Representation
Please refer to
Acqrs_resetMemory.
Visual Basic Representation
ResetDigitizerMemory (ByVal instrumentID As Long) As Long
Visual Basic .NET Representation
AcqrsD1_resetDigitizerMemory (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status] = AqD1_resetDigitizerMemory(instrumentID)
Note: The older form Aq_resetDigitizerMemory is deprecated.
Please convert to the newer version or Aq_resetMemory.
Programmer’s Reference Manual Page 176 of 210