@@ -1130,7 +1130,8 class SpectraHeisScope(Figure): | |||||
1130 |
|
1130 | |||
1131 | thisDatetime = dataOut.datatime |
|
1131 | thisDatetime = dataOut.datatime | |
1132 | title = "Scope: %s" %(thisDatetime.strftime("%d-%b-%Y %H:%M:%S")) |
|
1132 | title = "Scope: %s" %(thisDatetime.strftime("%d-%b-%Y %H:%M:%S")) | |
1133 | xlabel = "Frequency" |
|
1133 | xlabel = "Frequency x 10000" | |
|
1134 | xlabel = "" | |||
1134 | ylabel = "Intensity (dB)" |
|
1135 | ylabel = "Intensity (dB)" | |
1135 |
|
1136 | |||
1136 | if not self.__isConfig: |
|
1137 | if not self.__isConfig: |
General Comments 0
You need to be logged in to leave comments.
Login now