Feasa LED Analyzers
Feasa LED Analyzers are used to measure the optical characteristics of LEDs. This module contains a class for controlling the Feasa LED Analyzers.

Reference Documents
Module Documentation
Feasa LED Analyzer Python Interface.
Feasa
Bases: object
Feasa LED Analyzer.
Source code in f3ts_hardware_utils/feasa.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |
__init__(port)
Initialize connection to the Feasa LED Analyzer.
Source code in f3ts_hardware_utils/feasa.py
8 9 10 | |
capture(intensity_range='')
Capture the RGBI values for the given channel.
Source code in f3ts_hardware_utils/feasa.py
12 13 14 15 16 | |
capture_pwm(intensity_range='', averaging_factor='')
Capture the RGBI values for the given channel.
Source code in f3ts_hardware_utils/feasa.py
18 19 20 21 22 | |
close()
Close connection to the Feasa LED Analyzer.
Source code in f3ts_hardware_utils/feasa.py
35 36 37 | |
get_rgbi(channel)
Return the RGBI values for the given channel.
Source code in f3ts_hardware_utils/feasa.py
24 25 26 27 28 29 30 31 32 33 | |