Tutorials ++++++++++ Introduction to Capture Modules ################################# .. toctree:: :maxdepth: 3 Getting started CAN capture module Getting started LIN capture module logical Channel mapping ######################### .. toctree:: :maxdepth: 3 Map logical channel to a Network Adapter Map logical channel to a BTS-REVO Map logical channel to a Power Supply Example tutorials project ########################## There is a project named `MTF_tutorials_project `_ that provides test cases covering **some of the features of the MTF Python Api**. Getting started **************** Optional: Download the project ================================ You can view the tutorials online or download the project, either by clicking the '.zip' file or by using **wget**. .. note:: For Windows, download `wget 1.21.4 (x86_64) `_ and move the executable to "C:\Windows\System32". .. code-block:: bash wget -q https://files.technica-engineering.de/MTF/Tutorials/MTF_tutorials_project/MTF_tutorials_project.zip Install the Microsoft Loopback ETHERNET Adapter ================================================ To execute the test cases, follow this `README `_ file to create a Microsoft Loopback Ethernet Adapter, which is already included in the YAML test bench configuration file. Available test cases ********************** This project contains multiple test cases, structured into **five main topics:** Diagnostics, Measurement, Stimulation, XCP and XIL under `tests `_ subfolder. Executing test cases ********************** To execute the test cases, follow the instructions in the last section of the `README `_ file. .. important:: The .vscode folder is hidden and therefore not visible in the project structure. To obtain and check it, download the MTF_tutorials_project.zip file.