Measstopmx100 – Yokogawa PC-Based MX100 User Manual

Page 773

Advertising
background image

17-39

IM MX190-01E

17

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

measStopMX100

Syntax

int measStopMX100(DAQMX100 daqmx100);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

Description

Stops data acquisition.
• Stops the FIFO and discards the acquired data.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX100::measStop

17.1 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Status Transition Functions

Advertising