Userdoubleaopwmvaluemx100 – Yokogawa PC-Based MX100 User Manual

Page 970

Advertising
background image

17-236

IM MX190-01E

userDoubleAOPWMValueMX100

Syntax

double userDoubleAOPWMValueMX100(DAQMX100 daqmx100, int
idAOPWM, int aopwmNo);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

idAOPWM

Specify the AO/PWM data identifier.

aopwmNo

Specify the AO/PWM data number.

Description

Retrieves the output data value of the specified AO/PWM data number from the AO/

PWM data of the specified AO/PWM data identifier as the actual output value.
• Returns 0.0 if it does not exist.

Return value

Returns the actual output value.

Reference

CDAQMX100::userDoubleAOPWMValue

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

Advertising