Moduleintegralmx100 – Yokogawa PC-Based MX100 User Manual
Page 912
![background image](/manuals/360310/912/background.png)
17-178
IM MX190-01E
moduleIntegralMX100
Syntax
int moduleIntegralMX100(DAQMX100 daqmx100, int moduleNo);
Declaration
Visual Basic
Public Declare Function moduleIntegralMX100 Lib
"DAQMX100"(ByVal daqmx100 As Long, ByVal moduleNo As Long) As
Long
Visual Basic.NET
Public Declare Ansi Function moduleIntegralMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal moduleNo As
Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="moduleIntegralMX100")]
public static extern int moduleIntegralMX100(int daqmx100, int
moduleNo);
Parameters
daqmx100
Specify the device descriptor.
moduleNo
Specify the module number.
Description
Gets the A/D integral time type of the specified module number from the stored
current system configuration data.
• If it does not exist, “Automatic” is returned.
Return value
Returns the type of AD integral time.
Reference
CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXSysInfo
CDAQMXSysInfo::getIntegral
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions