Add 15 LVS BURST

This commit is contained in:
goha92 2025-08-10 19:43:44 +03:00
parent 575251d4af
commit 4af922f1de

View File

@ -775,7 +775,11 @@ class Ui(QtWidgets.QMainWindow):
self.burst_frame.setVisible(True)
case _:
self.burst_frame.setVisible(False)
my_data.state_packet(self.send_mode, self.serial, 0x23, param, 1, int)
if param == 3:
my_data.state_packet(self.send_mode, self.serial, 0x23, 15, 1, int)
else:
my_data.state_packet(self.send_mode, self.serial, 0x23, param, 1, int)
def set_lv_polarity_BOX(self):
"""Выбор полярности для НВ"""