Channeldoublepresetvaluemx100 – Yokogawa PC-Based MX100 User Manual

Page 842

Advertising
background image

17-108

IM MX190-01E

channelDoublePresetValueMX100

Syntax

double channelDoublePresetValueMX100(DAQMX100 daqmx100, int
outputNo);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

outputNo

Specify the output channel data number.

Description

Gets user specified output value for the specified output channel data number from
the stored current channel setting data.

• The return value is a floating point number including the decimal point position.
• Returns 0.0 if it does not exist.

Return value

Returns the user specified output value.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getDoublePresetValue

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

Advertising