Setburnoutmx100 – Yokogawa PC-Based MX100 User Manual

Page 780

Advertising
background image

17-46

IM MX190-01E

setBurnoutMX100

Syntax

int setBurnoutMX100(DAQMX100 daqmx100, int chNo, int
iBurnout);

Declaration

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

Parameters

daqmx100

Specify the device descriptor.

chNo

Specify the channel number.

iBurnout

Specify the burnout type.

Description

Sets the burnout type to the specified channel numbers.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQMX100::setBurnout

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

Advertising