Compare commits
1 Commits
20251025
...
20251025-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5050a82e97 |
@ -23,7 +23,7 @@ import time
|
|||||||
from PyQt5 import QtWidgets, QtCore, QtGui
|
from PyQt5 import QtWidgets, QtCore, QtGui
|
||||||
|
|
||||||
# -------------------- Constants --------------------
|
# -------------------- Constants --------------------
|
||||||
Window_Name = "Linux GUI SDG2042X – v16"
|
Window_Name = "-= WaveForm Generator [SDG2042X] GUI by ToGo-Lab =-"
|
||||||
DEFAULT_PORT = 5025
|
DEFAULT_PORT = 5025
|
||||||
SOCKET_TIMEOUT = 4.0
|
SOCKET_TIMEOUT = 4.0
|
||||||
SIGLENT_WAVES = ["SINE", "SQUARE", "RAMP", "PULSE", "NOISE", "ARB", "DC"]
|
SIGLENT_WAVES = ["SINE", "SQUARE", "RAMP", "PULSE", "NOISE", "ARB", "DC"]
|
||||||
|
|||||||
31
script/SDG2042x.dat
Normal file
31
script/SDG2042x.dat
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# SDG2042X presets
|
||||||
|
SLOT1_NAME=
|
||||||
|
SLOT1_BSWV=
|
||||||
|
SLOT1_OUTP=
|
||||||
|
SLOT2_NAME=
|
||||||
|
SLOT2_BSWV=
|
||||||
|
SLOT2_OUTP=
|
||||||
|
SLOT3_NAME=
|
||||||
|
SLOT3_BSWV=
|
||||||
|
SLOT3_OUTP=
|
||||||
|
SLOT4_NAME=
|
||||||
|
SLOT4_BSWV=
|
||||||
|
SLOT4_OUTP=
|
||||||
|
SLOT5_NAME=
|
||||||
|
SLOT5_BSWV=
|
||||||
|
SLOT5_OUTP=
|
||||||
|
SLOT6_NAME=
|
||||||
|
SLOT6_BSWV=
|
||||||
|
SLOT6_OUTP=
|
||||||
|
SLOT7_NAME=
|
||||||
|
SLOT7_BSWV=
|
||||||
|
SLOT7_OUTP=
|
||||||
|
SLOT8_NAME=
|
||||||
|
SLOT8_BSWV=
|
||||||
|
SLOT8_OUTP=
|
||||||
|
SLOT9_NAME=
|
||||||
|
SLOT9_BSWV=
|
||||||
|
SLOT9_OUTP=
|
||||||
|
SLOT10_NAME=
|
||||||
|
SLOT10_BSWV=
|
||||||
|
SLOT10_OUTP=
|
||||||
Reference in New Issue
Block a user