Yokogawa PC-Based MX100 User Manual

Page 899

Advertising
background image

17-165

IM MX190-01E

Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -

17

getChannelCommentMX100

[Visual C only]

Syntax

const char * getChannelCommentMX100(DAQMX100 daqmx100, int
chNo);

Parameters

daqmx100

Specify the device descriptor.

chNo

Specify the channel number.

Description

Gets the specified channel number and comment from the stored current channel
setting data.

• Returns NULL if it does not exist.

Return value

Returns a pointer to the string.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXChConfig::getComment
CDAQMXItemConfig::getClassMXChConfig

17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions

Advertising