Owner manual
17-74 IM MX190-01E
setRJCTypeMX100
Syntax
int setRJCTypeMX100(DAQMX100 daqmx100, int chNo, int iRJCType,
int volt);
Declaration
Visual Basic
Public Declare Function setRJCTypeMX100 Lib "DAQMX100"(ByVal
daqmx100 As Long, ByVal chNo As Long, ByVal iRJCType As Long,
ByVal volt As Long) As Long
Visual Basic.NET
Public Declare Ansi Function setRJCTypeMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal chNo As Integer,
ByVal iRJCType As Integer, ByVal volt As Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="setRJCTypeMX100")]
public static extern int setRJCTypeMX100(int daqmx100, int
chNo, int iRJCType, int volt);
Parameters
daqmx100 Specify the device descriptor.
chNo Specify the channel number.
iRJCType Specify the RJC type.
volt Specify the RJC voltage.
Description
Sets the RJC association on the specified channel number.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX100::setRJCType
17.1 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Status Transition Functions