ljdevice_open
Opens a desired LabJack device. The device handle may then be passed as an input to other functions.
Arguments
- String device type: 'ANY', 'T4', 'T7', 'TSERIES', 'DIGIT'
- String connection type: 'ANY', 'USB', 'TCP', 'ETHERNET', 'WIFI'
- String that identify the device to be connected. To open any device, use 'ANY'. To specify an identifier, use a serial number, IP address, or device name.
Output
Integer device handle
Examples