Part Number: AFE7950EVM
Dear all,
I try to use the Python scripts provided with Latte outside the Latte GUI. To my understanding Latte (in script mode) is just a GUI underneath which a Python interpreter is executing the selected Python script. As a starting point I took one of the setup.py scripts. The problems already arise with the import statements at the beginning of the script. Example:
from mDummySignalSource import DummySignalSource
from HSCProgrammer import QPort
from USBCaptureTrig import USBCaptureTrig
from USBHSCProgrammer import USBQPort
from basicPlots import BasicPlot
from logPlots import Log
I can't find any of the file or folder names referenced here (from ...) in the Latte installation. Is my installation incomplete or are these Python functions somehow hidden in some Windows DLL?