Skip to content
Snippets Groups Projects
_preferences.py 215 B
Newer Older
  • Learn to ignore specific revisions
  • LATENCY_COLOR = (0, 185, 231)
    EXECUTION_TIME_COLOR = (255, 100, 66, 200)
    SIGNAL_COLOR = (0, 0, 0)
    
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    SIGNAL_LINEWIDTH: float = 1.0
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    OPERATION_GAP: float = 0.5
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    SCHEDULE_OFFSET: float = 0.2
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    SPLINE_OFFSET: float = 0.2