Add 15 LVS BURST
This commit is contained in:
parent
575251d4af
commit
4af922f1de
@ -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):
|
||||
"""Выбор полярности для НВ"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user