def changePlotOptionsCERNOX(self, options, only=""): pO.plotOptionPoller(self.parent, options) #if autoPoll is not active do readCryoShield if not int(self.var.get()): self.readCryoShield(only="CERNOX")
def changePlotOptions(self, options): pO.plotOptionPoller(self.parent, options) #if autoPoll is not active do readCryoShield if not int(self.autoPollOn.get()): self.readShield()