mirror of
https://github.com/nqrduck/nqrduck-measurement.git
synced 2024-11-09 11:50:01 +00:00
Updated file extension
This commit is contained in:
parent
12b72fe263
commit
dc938599ae
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue