Setintegralmx100 – Yokogawa PC-Based MX100 User Manual
Page 801

17-67
IM MX190-01E
17
Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -
setIntegralMX100
Syntax
int setIntegralMX100(DAQMX100 daqmx100, int moduleNo, int
iIntegral);
Declaration
Visual Basic
Public Declare Function setIntegralMX100 Lib "DAQMX100"(ByVal
daqmx100 As Long, ByVal moduleNo As Long, ByVal iIntegral As
Long) As Long
Visual Basic.NET
Public Declare Ansi Function setIntegralMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal moduleNo As
Integer, ByVal iIntegral As Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="setIntegralMX100")]
public static extern int setIntegralMX100(int daqmx100, int
moduleNo, int iIntegral);
Parameters
daqmx100
Specify the device descriptor.
moduleNo
Specify the module number.
iIntegral
Specify the type of A/D integral time.
Description
Sets the A/D integral time type on the module of the specified module number.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQMX100::setIntegral
17.1 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Status Transition Functions