09-13-2016 07:31 AM
Hello:
I am processing data in .MME format. Each channel loads into the data portal as a waveform channel. My issue is that the x-values for the waveform are in "seconds" and I require everything to be in "ms."
Is there a simple way to do this conversiom? I've tried some more complex, roundabout ways to solve the problem but I'm hoping for a more elegant, succint solution.
Thanks,
Alex
Solved! Go to Solution.
09-13-2016 07:43 AM
Hi,
You can click at the unit property (the text in the list of properties of a channel). Then a 3-dot-button appears. If you click on that you get a dialog which let you convert the unit "s" into "ms".
Greetings
Walter
09-13-2016 07:50 AM
I failed to mention that I'd like to perform the conversion in a script, if possible.
It's part of a larger dialog box and I'd like to have as little user input by the test operator as possible.
Thanks,
Alex
09-13-2016 07:55 AM
Yes, this is also possible via script. The command is ChnUnitConvert
Greetings
Walter
09-13-2016 08:05 AM
Thanks for the reply.
Will this work even for a waveform channel where I'd only like to convert the x-value? It seems to me that with the command you've supplied, I would only be able to convert the y-values of the channel.
Thanks,
Alex
09-13-2016 08:40 AM
Good point. In this case you must use the command ChnWfxUnitConvert
Greetings
Walter