01-21-2019 02:17 AM - edited 01-21-2019 02:18 AM
Hi there,
How could i change the timing interval of waveform graph programmatically?
E.g.: 00:00:01 should be 00:00:05.
Kind regards,
Balázs
01-21-2019 03:07 AM
set max X to 0:00:10 (via property node or manually)
01-21-2019 11:39 PM
Do you mean right click on waveform graph then Create->Property node-> X scale->Range>Maximum? I tried it but does not work for me.
I also tried right click on waveform graph then Create->Property node-> X scale->Offset and multiplier > offset. Then increment the value of offset by 5 every interation. Result: code worked in highlight execution but in real time it does not. (sometimes stepped more on x axis)
Is there a way anyhow to manipulate x axis programmatically? Eg. iteration of while: 1st iteration: 00:00:05, 2nd iteration 00:00:10, etc.. ?
01-22-2019 02:37 AM
Is auto scaling turned off?
Show your simple example with "bug", I don't understand what is "code worked in highlight execution but in real time it does not"