User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configTrigSource(ViSession instrumentID, ViInt32
channel, ViInt32 trigCoupling,
ViInt32 trigSlope, ViReal64 trigLevel1,
ViReal64 trigLevel2);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Extended Trigger Source.vi
Visual Basic Representation
ConfigTrigSource (ByVal instrumentID As Long, _
ByVal Channel As Long, _
ByVal trigCoupling As Long, _
ByVal trigSlope As Long, _
ByVal trigLevel1 As Double, _
ByVal trigLevel2 As Double) As Long
Visual Basic .NET Representation
AcqrsD1_configTrigSource (ByVal instrumentID As Int32, _
ByVal Channel As Int32, _
ByVal trigCoupling As Int32, _
ByVal trigSlope As Int32, _
ByVal trigLevel1 As Double, _
ByVal trigLevel2 As Double) As Int32
MATLAB MEX Representation
[status]= AqD1_configTrigSource(instrumentID, channel, trigCoupling,
trigSlope, trigLevel1, trigLevel2)
Note: The older form Aq_configTrigSource is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 96 of 210