GraphicsWindowTimeInterval
Syntax
void graphicsWindowTimeInterval(char[] windowName, int64 from, int64 to);
Function
Sets the time interval that will be displayed in aCANoeGraphics Window.
Parameters
windowName The name of the Graphics Window.
from / to
Defines the time interval in [ns]. The time can be retrieved bytimeNowInt64.
Return Values
—
—