User manual

LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configTrigClass(ViSession instrumentID, ViInt32
trigClass, ViInt32 sourcePattern,
ViInt32 validatePattern, ViInt32 holdType, ViReal64
holdoffTime, ViReal64 reserved);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Trigger Class.vi
Visual Basic Representation
ConfigTrigClass (ByVal instrumentID As Long, _
ByVal trigClass As Long, _
ByVal sourcePattern As Long, _
ByVal validatePattern As Long, _
ByVal holdType As Long, _
ByVal holdoffTime As Double, _
ByVal reserved As Double) As Long
Visual Basic .NET Representation
AcqrsD1_configTrigClass (ByVal instrumentID As Int32, _
ByVal trigClass As Int32, _
ByVal sourcePattern As Int32, _
ByVal validatePattern As Int32, _
ByVal holdType As Int32, _
ByVal holdoffTime As Double, _
ByVal reserved As Double) As Int32
MATLAB MEX Representation
[status]= AqD1_configTrigClass(instrumentID, trigClass, sourcePattern,
validatePattern, holdType, holdoffTime, reserved)
Note: The older form Aq_configTrigClass is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 94 of 210