User manual

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