AFL.automation.loading.LabJackSensor#

Classes

LabJackSensor([devicetype, connection, ...])

Sensor([address, channel])

class AFL.automation.loading.LabJackSensor.LabJackSensor(devicetype='ANY', connection='ANY', deviceident='ANY', port_to_read='AIN0', reset_port='DIO5', polling_rate=200, intermittent_device_handle=False)[source]#
__init__(devicetype='ANY', connection='ANY', deviceident='ANY', port_to_read='AIN0', reset_port='DIO5', polling_rate=200, intermittent_device_handle=False)[source]#

Initialize a LabJack connection

Params:

devicetype (str): series/type of LJ to connect to “T4” “T7” etc. connection (str): “ANY”, “USB”, “TCP”, “ETHERNET”, or “WIFI” deviceident (str): serial number OR IP OR device name OR “ANY” port_to_read (str): LabJack port for device

calibrate()[source]#
read()[source]#