User manual

2.3.105 AcqrsT3_configMode
Purpose
Configures parameters for the operating mode of the instrument.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
mode ViInt32 = 1 standard acquisition - the only TC840 mode
= 2 Time of Flight acquisition - the only TC890 mode
modifier ViInt32 For TC840
= 0 single acquisition
= 1 multiple acquisitions
flags ViInt32 = 0 internal reference clock
= 1 external reference clock
= 2 enable test signal
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsT3_configMode (ViSession instrumentID,
ViInt32 mode, ViInt32 modifier, ViInt32 flags);
LabVIEW Representation
Acqiris Tx.lvlib: (or Aq Tx) Configure Mode.vi
MATLAB MEX Representation
[status]= AqT3_configMode(instrumentID, mode, modifier, flags)
Programmer’s Reference Manual Page 195 of 210