Hi everyone,
I’m working with MF4 recording files in Alteryx and I want to plot a specific signal (e.g., Torque) correctly.
Problem:
When I use mdf.to_dataframe([signal]) and save it to CSV, the values don’t match the plots I get in n8n.
Reason: to_dataframe([signal]) creates a common time axis for multiple signals, which causes the values to be interpolated.
Goal:
Questions:
Thanks for any help!