Topic | Value |
---|---|
SWS | 2 |
Hours | 30 |
Assignment | No (0) |
Exam | Yes (1) |
Languages | Python, MATLAB |
Note
All Code presented here were tested on macOS Sonoma MBP M1 and Ubuntu on a parallels desktop.
Welcome to the lecture materials for the course, M.Sc. Drive systems, held at MCI IV. This lecture covers a lot of topics related to electric machines, from their construction to how they are controlled. Due to the nature of industrial relevance Only AC drives will be covered.
Note
This does not mean DC drives are irrelevant. On the contrary they play a pivotal role in many parts of the industry. However, due to the limitation of the lecture time frame this topic will be omitted from the lecture.
Important
This lecture is two (2) SWS and has no assignments. However, there will be an exam.
All lecture materials for this course will be published here.
Important
Check here for most up-to-date material.
Important
All .pdf files are password protected and to decrypt them, a password will be provided to you in SAKAI as an announcement.
Please click to see an HTML version of all possible questions that could be asked in the final oral exam. Questions will be chosen randomly by a program and will include tets
- True / False questions
- Statement Questions
- A Drawing/Long Question
If you want convenience and not having to constantly enter password to your .pdf
files, then this file is for you.
For easy use:
- Download all material as a zip, and extract it to your location of choice.
- Using the terminal of choice navigate to the directory.
- Once in the directory, type the following into your terminal where password is given in SAKAI.
python3 pdfDecryptor.py "password"
Note
It is possible you need to install pikepdf
to make this code work. For that type the following into your terminal.
pip3 install pikepdf
If your system give error about being external add --break-system-packages
to the aforementioned command.
Cheers,
D. T. McGuiness