From 8f105c24e5b42bb321daf2b66d5c3fedcebfb246 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 14 Jun 2022 22:55:36 -0400 Subject: proper inheritance of the parent deviceProperties --- examples/eit_with_vcsel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/eit_with_vcsel.py') diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py index 03dbf34..ed0854e 100644 --- a/examples/eit_with_vcsel.py +++ b/examples/eit_with_vcsel.py @@ -46,7 +46,7 @@ class BfieldDriver(KeysightE3612A): super().__init__(*args, **kwds) self.config['Device type'] = 'B field coil driver based on Keysight E3612A power supply' self.config['Device model'] = 'v0.1' - self.deviceProperties = self.deviceProperties.union({'B', 'Bslope_TperA', 'CoilAssignment'}) + self.deviceProperties.update({'B', 'Bslope_TperA', 'CoilAssignment'}) """" Rough magnetic field calibration of the 3 axes coils in large magnetic shield - Ch1: 70mA -> 650 kHz shift for delta m = 2 -- cgit v1.2.3