|
VICON: Sistema de Visión configurable V1.0
Trabajo Fin de Master Carlos Manuel Gomez Jimenez
|
Functions |
Variables |
| limpiar_formato_wavedrom | ( | texto | ) |
Limpia el formato flexible de WaveDrom para hacerlo JSON estándar.
Definition at line 27 of file recortar_json_wavedrom.py.
| obtener_info_archivo | ( | path | ) |
Calcula la duración máxima de las señales.
Definition at line 35 of file recortar_json_wavedrom.py.
| procesar | ( | abrir_navegador = False | ) |
Genera el JSON y opcionalmente lo abre en la web.
Definition at line 85 of file recortar_json_wavedrom.py.
| recortar_wavedrom | ( | data, | |
| tick_start, | |||
| tick_end, | |||
| config_ui ) |
Aplica recorte, sincronización de datos y configuración visual.
Definition at line 48 of file recortar_json_wavedrom.py.
| seleccionar_archivo | ( | ) |
Función corregida para evitar el error UnboundLocalError.
Definition at line 74 of file recortar_json_wavedrom.py.
| bg |
Definition at line 171 of file recortar_json_wavedrom.py.
| btn_frame = tk.Frame(root) |
Definition at line 168 of file recortar_json_wavedrom.py.
| column |
Definition at line 147 of file recortar_json_wavedrom.py.
| combo_skin = ttk.Combobox(frame_params, values=["default", "narrow"], width=10) |
Definition at line 148 of file recortar_json_wavedrom.py.
| command |
Definition at line 132 of file recortar_json_wavedrom.py.
| entry_end = tk.Entry(frame_params, width=7); entry_end.insert(0, "20") |
Definition at line 160 of file recortar_json_wavedrom.py.
| entry_file = tk.Entry(frame_file, width=45) |
Definition at line 130 of file recortar_json_wavedrom.py.
| entry_foot = tk.Entry(root, width=50); entry_foot.pack() |
Definition at line 141 of file recortar_json_wavedrom.py.
| entry_start = tk.Entry(frame_params, width=7); entry_start.insert(0, "0") |
Definition at line 156 of file recortar_json_wavedrom.py.
| entry_title = tk.Entry(root, width=50); entry_title.pack() |
Definition at line 139 of file recortar_json_wavedrom.py.
| fg |
Definition at line 171 of file recortar_json_wavedrom.py.
| font |
Definition at line 127 of file recortar_json_wavedrom.py.
| frame_file = tk.Frame(root) |
Definition at line 128 of file recortar_json_wavedrom.py.
Definition at line 144 of file recortar_json_wavedrom.py.
Definition at line 133 of file recortar_json_wavedrom.py.
| LEFT |
Definition at line 131 of file recortar_json_wavedrom.py.
| padx |
Definition at line 131 of file recortar_json_wavedrom.py.
| pady |
Definition at line 127 of file recortar_json_wavedrom.py.
| root = tk.Tk() |
Definition at line 122 of file recortar_json_wavedrom.py.
| row |
Definition at line 147 of file recortar_json_wavedrom.py.
| side |
Definition at line 131 of file recortar_json_wavedrom.py.
| spin_every = tk.Spinbox(frame_params, from_=1, to=100, width=7) |
Definition at line 164 of file recortar_json_wavedrom.py.
| spin_hscale = tk.Spinbox(frame_params, from_=1, to=10, width=5) |
Definition at line 152 of file recortar_json_wavedrom.py.
| text |
Definition at line 127 of file recortar_json_wavedrom.py.