Setchatfiltermx100 – Yokogawa PC-Based MX100 User Manual
Page 782

17-48
IM MX190-01E
setChatFilterMX100
Syntax
int setChatFilterMX100(DAQMX100 daqmx100, int chNo, int
bChatFilter);
Declaration
Visual Basic
Public Declare Function setChatFilterMX100 Lib "DAQMX100"
(ByVal daqmx100 As Long, ByVal chNo As Long, ByVal bChatFilter
As Long) As Long
Visual Basic.NET
Public Declare Ansi Function setChatFilterMX100 Lib "DAQMX100"
(ByVal daqmx100 As Integer, ByVal chNo As Integer, ByVal
bChatFilter As Integer) As Integer
C#
[DllImport("DAQMX100.dll", CharSet=CharSet.Auto,
EntryPoint="setChatFilterMX100")]
public static extern int setChatFilterMX100(int daqmx100, int
chNo, int iFilter);
Parameters
daqmx100
Specify the device descriptor.
chNo
Specify the channel number.
bChatFilter
Specify chattering filter using a Boolean value.
Description
Sets the chattering filter on the channel of the specified channel number.
Return value
Returns an error number.
Errors:
Not descriptor
No device descriptor.
Reference
CDAQMX100::setChatFilter
17.1 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Status Transition Functions