User manual
2.3.18 Acqrs_resetMemory
Purpose
Resets the instrument’s 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 = Acqrs_resetMemory(ViSession instrumentID);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Reset Memory.vi
Visual Basic .NET Representation
Acqrs_resetMemory (ByVal instrumentID As Int32) As Int32
MATLAB MEX Representation
[status] = Aq_resetMemory(instrumentID)
Programmer’s Reference Manual Page 38 of 210