User manual
2.3.109 AcqrsT3_getMemorySwitch 
Purpose 
Returns the current channel parameters of the memory bank switch operation. 
Parameters 
Input 
Name Type  Description 
instrumentID ViSession  Instrument identifier 
Output 
Name Type  Description 
switchEnable  ViInt32  This is a bitfield to identify the enabled events 
 = 1 switch on I/O Aux 
 = 2 switch on count of events on common channel 
 = 4 switch on memory size limit 
countEvent  ViInt32  number of events on the common channel 
sizeMemory  ViInt32  memory size limit to use 
reserved ViInt32 Currently unused 
Return Value 
Name Type  Description 
status ViStatus Refer to Table 2-1 for error codes. 
Discussion 
See remarks under AcqrsT3_configMemorySwitch. 
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsT3_getMemorySwitch (ViSession instrumentID, 
             ViInt32* switchEnable, ViInt32* countEvent, 
    ViInt32* sizeMemory, ViInt32* reserved); 
LabVIEW Representation 
Acqiris Tx.lvlib: (or Aq Tx) Query MemorySwitch.vi 
MATLAB MEX Representation 
[status switchEnableP countEventP sizeMemoryP reservedP]= 
AqT3_getMemorySwitch(instrumentID) 
Programmer’s Reference Manual    Page 199 of 210 










