User manual
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_configTrigTV (ViSession instrumentID, ViInt32
channel, ViInt32 standard,
ViInt32 field, ViInt32 line);
LabVIEW Representation
Acqiris Dx.lvlib: (or Aq Dx) Configure Trigger TV.vi
Visual Basic Representation
ConfigTrigTV (ByVal instrumentID As Long, _
ByVal Channel As Long, _
ByVal standard As Long, _
ByVal field As Long, _
ByVal line AS Long) As Long
Visual Basic .NET Representation
AcqrsD1_configTrigTV (ByVal instrumentID As Int32, _
ByVal Channel As Int32, _
ByVal standard As Int32, _
ByVal field As Int32, _
ByVal line AS Int32) As Int32
MATLAB MEX Representation
[status]= AqD1_configTrigTV(instrumentID, channel, standard, field, line)
Note: The older form Aq_configMemoryEx is deprecated.
Please convert to the newer version.
Programmer’s Reference Manual Page 98 of 210