Yokogawa PC-Based MX100 User Manual
Page 837
![background image](/manuals/360310/837/background.png)
17-103
IM MX190-01E
Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -
17
channelBurnoutMX100
Syntax
int channelBurnoutMX100(DAQMX100 daqmx100, int chNo);
Declaration
Visual Basic
Public Declare Function channelBurnoutMX100 Lib
"DAQMX100"(ByVal daqmx100 As Long, ByVal chNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function channelBurnoutMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal chNo As Integer)
As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="channelBurnoutMX100")]
public static extern int channelBurnoutMX100(int daqmx100, int
chNo);
Parameters
daqmx100
Specify the device descriptor.
chNo
Specify the channel number.
Description
Gets the specified channel number and burnout type from the stored current
channel setting data.
• If it does not exist, Undetected is returned.
Return value
Returns the burnout type.
Reference
CDAQMX100::getClassMXItemConfig
CDAQMXChConfig::getBurnout
CDAQMXItemConfig::getClassMXChConfig
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions