User manual
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsD1_restoreInternalRegisters( 
ViSession instrumentID, ViReal64 delayOffset, ViReal64 
delayScale); 
LabVIEW Representation 
Acqiris Dx.lvlib: (or Aq Dx) Restore Internal Registers.vi 
Visual Basic Representation 
RestoreInternalRegisters (ByVal instrumentID As Long, 
             ByVal delayOffset As Double, 
             ByVal delayScale As Double) As Long 
Visual Basic .NET Representation 
AcqrsD1_restoreInternalRegisters (ByVal instrumentID As Int32, 
             ByVal delayOffset As Double, 
             ByVal delayScale As Double) As Int32 
MATLAB MEX Representation 
[status] = AqD1_restoreInternalRegisters(instrumentID, delayOffset, 
delayScale) 
Note: The older form Aq_restoreInternalRegisters is deprecated. 
  Please convert to the newer version. 
Programmer’s Reference Manual    Page 178 of 210 










