Yokogawa PC-Based MX100 User Manual

Page 877

Advertising
background image

17-143

IM MX190-01E

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

17

currentDoubleAOPWMValueMX100

Syntax

double currentDoubleAOPWMValueMX100(DAQMX100 daqmx100, int
aopwmNo);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

aopwmNo

Specify the AO/PWM data number.

Description

Gets the actual output value of the output data value of the specified AO/PWM data
number from the stored current AO/PWM data.

• Returns 0.0 if it does not exist.

Return value

Returns the actual output value.

Reference

CDAQMX100::currentDoubleAOPWMValue

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

Advertising