User manual

2.3.104 AcqrsT3_configMemorySwitch
Purpose
Configures the memory bank switch triggering events. TC890 only.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
switchEnable ViInt32 This is a bitfield to identify the unique event that can
cause the switch
= 1 switch on Aux I/O (use AcqrsT3_configControlIO
to enable signal)
= 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, set to “0”
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsT3_configMemorySwitch (ViSession instrumentID,
ViInt32 switchEnable, ViInt32 countEvent,
ViInt32 sizeMemory, ViInt32 reserved);
LabVIEW Representation
Acqiris Tx.lvlib: (or Aq Tx) Configure MemorySwitch.vi
MATLAB MEX Representation
[status] = AqT3_configMemorySwitch(instrumentID, switchEnable, countEvent,
sizeMemory, reserved)
Programmer’s Reference Manual Page 194 of 210