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