Updated file extension

This commit is contained in:
jupfi 2023-12-16 11:08:50 +01:00
parent 12b72fe263
commit dc938599ae

View file

@ -7,7 +7,7 @@ logger = logging.getLogger(__name__)
class MeasurementModel(ModuleModel):
FILE_EXTENSION = ".meas"
FILE_EXTENSION = "meas"
# This constants are used to determine which view is currently displayed.
FFT_VIEW = "fft"
TIME_VIEW = "time"