Cdaqda100::talkoperationchdata, Cdaqda100::talksetupchdata – Yokogawa PC-Based MX100 User Manual

Page 1031

Advertising
background image

19-37

IM MX190-01E

19

DARWIN for Extended API - Visual C++

CDAQDA100::talkOperationChData

Syntax

int talkOperationChData(int chType = DAQDA100_CHTYPE_MEASALL,
int chNo = DAQDA100_CHNO_ALL);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

Description

Executes declaration of the retrieval of the setup data of operation mode on the
specified channels.

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.

Return value

Returns an error number.

Reference

talkOperationData

CDAQDA100::talkSetupChData

Syntax

int talkSetupChData(int chType = DAQDA100_CHTYPE_MEASALL, int
chNo = DAQDA100_CHNO_ALL);

Parameters

chType

Specify the channel type.

chNo

Specify the channel number.

Description

Executes declaration of the retrieval of the setup data of basic setting mode on the
specified channels.

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.

Return value

Returns an error number.

Reference

talkSetupData

19.6 Details of the DARWIN Class

Advertising