Setchatfiltermx – Yokogawa PC-Based MX100 User Manual

Page 304

Advertising
background image

5-46

IM MX190-01E

setChatFilterMX

Syntax

int setChatFilterMX(DAQMX daqmx, int bChatFilter, int
startChNo, int endChNo);

Declaration

Public Declare Function setChatFilterMX Lib "DAQMX" (ByVal
daqmx As Long, ByVal bChatFilter As Long, ByVal startChNo As
Long, ByVal endChNo As Long) As Long

Parameters

daqmx

Specify the device descriptor.

bChatFilter

Specify the Boolean value.

startChNo

Specify the start channel number.

endChNo

Specify the end channel number.

Description

Sets the chattering filter to the specified channel range.
• The setup data is retrieved collectively, changed, and sent collectively.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX::getMXConfig
CDAQMX::setMXConfig
CDAQMXChConfig::setChatFilter
CDAQMXConfig::getClassMXChConfig

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising