Channelidlechoicemx100 – Yokogawa PC-Based MX100 User Manual

Page 852

Advertising
background image

17-118

IM MX190-01E

channelIdleChoiceMX100

Syntax

int channelIdleChoiceMX100(DAQMX100 daqmx100, int outputNo);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

outputNo

Specify the output channel data number.

Description

Gets the selection value when idle for the specified output channel data number

from the stored current channel setting data.
• If it does not exist, “Previous value” is returned.

Return value

Returns the selected value.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXOutputData
CDAQMXOutputData::getIdleChoice

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

Advertising