165 lines
2.3 KiB
Python
165 lines
2.3 KiB
Python
|
|
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
|
|
|
|
|
|
def DeviceDropDownValueChanged(event_struct):
|
|
return
|
|
|
|
|
|
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
|
|
|
|
|
|
def passwordClear(event_struct):
|
|
return
|
|
|
|
|
|
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
|
|
|
|
|
|
def on_buttonFluxRead_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonClearTextarea_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonReadSDCard_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonRateMinus_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonRatePlus_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_spinboxRate_valueChanged(event_struct):
|
|
return
|
|
|
|
|
|
def on_spinboxStage_valueChanged(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonReadFlux_clicked(event_struct):
|
|
return
|
|
|
|
|
|
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
|
|
|
|
|
|
def on_dropdownPulseTimes_valueChanged(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonGetTime_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonTimeUpdate_clicked(event_struct):
|
|
return
|
|
|
|
|
|
def on_dropdown_deviceTypeBS_valueChanged(event_struct):
|
|
return
|
|
|
|
|
|
def on_buttonStartTestBS_clicked(event_struct):
|
|
return
|
|
|