def __init__(self, moduleRow): self.moduleRow = moduleRow ValueMRow.__init__(self, moduleRow, 'exposureState', '', 0, '{:s}', controllerName='hxhal')
def __init__(self, moduleRow, fontSize=styles.smallFont): ValueMRow.__init__(self, moduleRow, 'attenuator', 'attenuator', 0, '{:g}', 'labsphere', fontSize=fontSize)
def __init__(self, moduleRow): self.moduleRow = moduleRow ValueMRow.__init__(self, moduleRow, 'exposureState', '', 0, '{:s}', controllerName='ccd') self.readRows = ReadRows(moduleRow) self.grid.addWidget(self.readRows, 0, 0) self.setContentsMargins(0, 0, 0, 0)
def __init__(self, moduleRow): self.moduleRow = moduleRow ValueMRow.__init__(self, moduleRow, 'metaFSM', '', 1, '{:s}') self.elapsedTime = ElapsedTime(moduleRow) self.grid.addWidget(self.elapsedTime, 0, 0) self.setContentsMargins(0, 0, 0, 0)
def __init__(self, moduleRow): ValueMRow.__init__(self, moduleRow, 'temps', 'Temperature(K)', 10, '{:g}', controllerName='temps')