Cdaqmxchconfig::setfilter, Cdaqmxchconfig::sethold, Cdaqmxchconfig::setmxchconfig – Yokogawa PC-Based MX100 User Manual

Page 123

Advertising
background image

2-100

IM MX190-01E

CDAQMXChConfig::setFilter

Syntax

void setFilter(int iFilter);

Parameters

iFilter

Specify the filter coefficient.

Description

Stores the specified value in the AI setup data field of the data member.

CDAQMXChConfig::setHold

Syntax

void setHold(int bHold);

Parameters

bHold

Specify the hold action using a Boolean value.

Description

Stores the specified value in the DO setup data field of the data member.

CDAQMXChConfig::setMXChConfig

Syntax

void setMXChConfig(MXChConfig * pMXChConfig);

Parameters

pMXChConfig

Specify the channel setup data.

Description

Sets the data in a structure. Stores the contents of the specified structure in the data

member.
If not specified, the data member is initialized.

Reference

initialize setMXChID

2.5 Details of the MX100 Class

Advertising