Source code for scan_framework.models.time_model

from scan_framework.models.scan_model import *


[docs]class TimeModel(ScanModel): @property def x_units(self): return 's' @property def x_label(self): return 'Time'