Owner manual
5-68 IM MX190-01E
setRJCTypeMX
Syntax
int setRJCTypeMX(DAQMX daqmx, int iRJCType, int startChNo, int
endChNo, int volt);
Declaration
Public Declare Function setRJCTypeMX Lib "DAQMX"(ByVal daqmx
As Long, ByVal iRJCType As Long, ByVal startChNo As Long,
ByVal endChNo As Long, ByVal volt As Long) As Long
Parameters
daqmx Specify the device descriptor.
iRJCType Specify the RJC type.
startChNo Specify the start channel number.
endChNo Specify the end channel number.
volt Specify the RJC voltage.
Description
Sets the RJC items to the specified channel range.
• The setup data is retrieved collectively, changed, and sent collectively.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX::getMXConfig CDAQMX::setMXConfig
CDAQMXChConfig::setRJCType
CDAQMXConfig::getClassMXChConfig
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -