Cdaqda100::measinfoch – Yokogawa PC-Based MX100 User Manual

Page 1022

Advertising
background image

19-28

IM MX190-01E

CDAQDA100::measInfoCh

Syntax

virtual int measInfoCh(int chType = DAQDA100_CHTYPE_MEASALL,
int chNo = DAQDA100_CHNO_ALL);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

Description

Gets the channel information data of the specified channel.

The specified data is stored in the various channel information fields of the data
member. If the channel type is set to the constant for “Specify all measurement

channel types,” all subunits are processed.
If the channel number is set to the constant for “Specify all channel numbers,” all

channels within the channel type are processed.
Updates the status if successful.

Return value

Returns an error number.

Reference

chNumMax getClassSysInfo getInfoCh updateRenew
CDAQDARWINSysInfo::isExist

19.6 Details of the DARWIN Class

Advertising