Owner manual

5-14 IM MX190-01E
getChConfigMX
Syntax
int getChConfigMX(DAQMX daqmx, MXChConfig * pMXChConfig, int *
pFlag);
Declaration
Public Declare Function getChConfigMX Lib "DAQMX"(ByVal daqmx
As Long, ByRef pMXChConfig As MXChConfig, ByRef pFlag As Long)
As Long
Parameters
daqmx Specify the device descriptor.
pMXChConfig Specify the destination where the channel setup data is to be
returned.
pFlag Specify the destination where the flag is to be returned.
Description
Gets the channel setup data that was declared to be retrieved using the
talkConfigMX function in units of channels.
When the last set of data is retrieved, the flag status is set.
Do not perform communications using other functions until the data retrieval is
completed.Other functions may not operate properly.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX::getChConfig
CDAQMXChConfig::getMXChConfig
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -