User manual
LabWindowsCVI/Visual C++ Representation 
ViStatus status = AcqrsD1_configExtClock(ViSession instrumentID, ViInt32 
clockType, ViReal64 inputThreshold, ViInt32 
delayNbrSamples, ViReal64 inputFrequency, ViReal64 
sampFrequency); 
LabVIEW Representation 
Acqiris Dx.lvlib: (or Aq Dx) Configure External Clock.vi 
Visual Basic Representation 
ConfigExtClock (ByVal instrumentID As Long, _ 
 ByVal clockType As Long, _ 
 ByVal inputThreshold As Double, _ 
 ByVal delayNbrSamples As Long, _ 
 ByVal inputFrequency As Double, _ 
 ByVal sampFrequency As Double) As Long 
Visual Basic .NET Representation 
AcqrsD1_configExtClock (ByVal instrumentID As Int32, _ 
 ByVal clockType As Int32, _ 
 ByVal inputThreshold As Double, _ 
 ByVal delayNbrSamples As Int32, _ 
 ByVal inputFrequency As Double, _ 
 ByVal sampFrequency As Double) As Int32 
MATLAB MEX Representation 
[status]= AqD1_configExtClock(instrumentID, clockType, inputThreshold, 
delayNbrSamples, inputFrequency, sampFrequency) 
Note: The older form Aq_configExtClock is deprecated. 
  Please convert to the newer version. 
Programmer’s Reference Manual    Page 76 of 210 










