Channelchatfiltermx100 – Yokogawa PC-Based MX100 User Manual
Page 838
17-104
IM MX190-01E
channelChatFilterMX100
Syntax
int channelChatFilterMX100(DAQMX100 daqmx100, int chNo);
Declaration
Visual Basic
Public Declare Function channelChatFilterMX100 Lib "DAQMX100"
(ByVal daqmx100 As Long, ByVal chNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function channelChatFilterMX100 Lib
"DAQMX100" (ByVal daqmx100 As Integer, ByVal chNo As Integer)
As Integer
C#
[DllImport("DAQMX100.dll", CharSet=CharSet.Auto,
EntryPoint="channelChatFilterMX100")]
public static extern int channelChatFilterMX100(int daqmx100,
int chNo);
Parameters
daqmx100
Specify the device descriptor.
chNo
Specify the channel number.
Description
Gets the chattering filter value of the specified channel from the stored current
channel setting data.
Return value
Returns a Boolean value.
If it does not exist, Invalid is returned.
Reference
CDAQMX100::getClassMXItemConfig
CDAQMXChConfig::isChatFilter
CDAQMXItemConfig::getClassMXChConfig
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions