small fixes

This commit is contained in:
2025-10-25 15:43:52 +02:00
parent 9f6b8c3850
commit 5050a82e97
2 changed files with 32 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import time
from PyQt5 import QtWidgets, QtCore, QtGui
# -------------------- Constants --------------------
Window_Name = "Linux GUI SDG2042X v16"
Window_Name = "-= WaveForm Generator [SDG2042X] GUI by ToGo-Lab =-"
DEFAULT_PORT = 5025
SOCKET_TIMEOUT = 4.0
SIGLENT_WAVES = ["SINE", "SQUARE", "RAMP", "PULSE", "NOISE", "ARB", "DC"]