User manual
2.3.55 AcqrsD1_freeBank
Purpose
Free current bank during SAR acquisitions.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
reserved ViInt32 Reserved
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
Calling this function indicates to the driver that the current SAR bank has been read and can be reused for a
new acquisition. This call should be made after having read all desired data for the bank.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_freeBank(
ViSession instrumentID, ViInt32 reserved);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Free Bank.vi
Visual Basic Representation
FreeBank (ByVal instrumentID As Long, reserved As Long) As Long
Visual Basic .NET Representation
AcqrsD1_freeBank (ByVal instrumentID As Int32, ByVal
reserved As Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_freeBank(instrumentID, reserved)
Programmer’s Reference Manual Page 107 of 210