Yokogawa PC-Based MX100 User Manual

Page 859

Advertising
background image

17-125

IM MX190-01E

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

17

channelRangeMX100

Syntax

int channelRangeMX100(DAQMX100 daqmx100, int chNo);

Declaration

Visual Basic
Public Declare Function channelRangeMX100 Lib "DAQMX100"(ByVal
daqmx100 As Long, ByVal chNo As Long) As Long
Visual Basic.NET
Public Declare Ansi Function channelRangeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal chNo As Integer)
As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="channelRangeMX100")]
public static extern int channelRangeMX100(int daqmx100, int
chNo);

Parameters

daqmx100

Specify the device descriptor.

chNo

Specify the channel number.

Description

Gets the range type of the specified channel number from the stored current

channel setting.
• If it does not exist, the SKIP (unused) range type gets the same handling. See the

channel status.

• Returns 0 (20 mV) if it does not exist.

Return value

Returns the range type.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXChConfig::getRange
CDAQMXItemConfig::getClassMXChConfig

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

Advertising