• 3 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • I was actually offered a Bachelor thesis topic by a company to write a test bench for a product in LabView.

    From what they told me and my other engineering experience I’d suggest going with an approach similar to what’s used with HDLs. For unit tests create test benches in the language itself which call the functions you want to test with a predefined input (e.g. from a file) and then analyse and save the output.

    You can extend this to obtaining other information as well, but tbh I’ll bet it’s still gonna be a pain.

    Hope that helps at least a little.


















  • The learning curve is actually pretty manageable. Took me an afternoon to be good enough to create lab reports for Uni. Creating your first template takes a bit but isn’t super hard. Afterwards you can reuse that and only need to tweak.

    This is the Tutorial I used. For an editor I’d suggest VSCode with LaTeX Workshop. (There’s also LTeX which is a great grammar and spelling checker)