2025-03-07 15:13:29 +08:00
|
|
|
|
|
|
|
|
def F1callbackFunc(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def F2callbackFunc(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def F3callbackFunc(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def ReadSdCallFunc(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def lightSliderCallback(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-08 14:45:49 +08:00
|
|
|
|
|
|
|
|
def DeviceDropDownValueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-11 18:55:34 +08:00
|
|
|
|
|
|
|
|
def wifisearch(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def wifiKeyEnter(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def getSdcardInfo(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def wificonnect(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def wifiNameValueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-12 14:00:26 +08:00
|
|
|
|
|
|
|
|
def passwordClear(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-12 17:32:58 +08:00
|
|
|
|
|
|
|
|
def startToTest(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonStartTest_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_wifiName_ValueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_dropDownWifiName_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonClearPassword_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonSearchWifi_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonConnectWifi_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_panelReadSDCard_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_sliderLight_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_dropdownDeviceType_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-13 10:26:19 +08:00
|
|
|
|
|
|
|
|
def on_buttonFluxRead_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonClearTextarea_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-13 14:04:19 +08:00
|
|
|
|
|
|
|
|
def on_buttonReadSDCard_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-15 15:51:44 +08:00
|
|
|
|
|
|
|
|
def on_buttonRateMinus_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonRatePlus_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-17 09:50:22 +08:00
|
|
|
|
|
|
|
|
def on_spinboxRate_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_spinboxStage_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-24 08:08:44 +08:00
|
|
|
|
|
|
|
|
def on_buttonReadFlux_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-25 09:36:18 +08:00
|
|
|
|
|
|
|
|
def on_labelTestVolume_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_dropDownWorkmode_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_spinboxTime_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonSetFlux_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonSetFluxTime_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonFluxStart_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-26 18:59:32 +08:00
|
|
|
|
|
|
|
|
def on_dropdownPulseTimes_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_buttonGetTime_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-03-28 10:13:22 +08:00
|
|
|
|
|
|
|
|
def on_buttonTimeUpdate_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-04-22 10:46:49 +08:00
|
|
|
|
|
|
|
|
def on_dropdown_deviceTypeBS_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-04-22 11:00:42 +08:00
|
|
|
|
|
|
|
|
def on_buttonStartTestBS_clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-04-22 15:24:49 +08:00
|
|
|
|
|
|
|
|
def on_spinboxStageBS_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
2025-04-23 16:18:00 +08:00
|
|
|
|
|
|
|
|
def on_buttonForceShutOFF_Clicked(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def on_switchShutOff_valueChanged(event_struct):
|
|
|
|
|
return
|
|
|
|
|
|