ljdevice_open

Opens a desired LabJack device. The device handle may then be passed as an input to other functions.

Arguments

  1. String device type: 'ANY', 'T4', 'T7', 'TSERIES', 'DIGIT'
  2. String connection type: 'ANY', 'USB', 'TCP', 'ETHERNET', 'WIFI'
  3. 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

ljdevice_open