10 setskipdarwin – Yokogawa PC-Based MX100 User Manual

Page 535

Advertising
background image

10-37

IM MX190-01E

Functions for the DARWIN - Visual C/Visual Basic -

10

setSKIPDARWIN

Syntax

int setSKIPDARWIN(DAQDARWIN daqdarwin, int chType, int
startChNo, int endChNo);

Declaration

Public Declare Function setSKIPDARWIN Lib "DAQDARWIN"(ByVal
daqdarwin As Long, ByVal chType As Long, ByVal startChNo As
Long, ByVal endChNo As Long) As Long

Parameters

daqdarwin

Specify the device descriptor.

chType

Specify the channel type.

startChNo

Specify the start channel number.

endChNo

Specify the end channel number.

Description

Sets the channels in the specified channel range (specified by channel type, start

channel number, and end channel number) to SKIP (not used).
This function executes the SR command of the DARWIN communication function.

Return value

Returns an error number.
Error:

Not descriptor

No device descriptor.

Reference

CDAQDARWIN::setSKIP

10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -

Advertising