aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Bfield_driver.py6
-rw-r--r--examples/eit_with_vcsel.py6
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/Bfield_driver.py b/examples/Bfield_driver.py
index 27e3405..e987ce9 100644
--- a/examples/Bfield_driver.py
+++ b/examples/Bfield_driver.py
@@ -21,9 +21,9 @@ class BfieldDriver(KeysightE3612A):
def __init__(self, *args, **kwds):
super().__init__(*args, **kwds)
- self.config[
- "Device type"
- ] = "B field coil driver based on Keysight E3612A power supply"
+ 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"}
diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py
index 3263387..b9176f1 100644
--- a/examples/eit_with_vcsel.py
+++ b/examples/eit_with_vcsel.py
@@ -50,9 +50,9 @@ class BfieldDriver(KeysightE3612A):
def __init__(self, *args, **kwds):
super().__init__(*args, **kwds)
- self.config[
- "Device type"
- ] = "B field coil driver based on Keysight E3612A power supply"
+ self.config["Device type"] = (
+ "B field coil driver based on Keysight E3612A power supply"
+ )
self.config["Device model"] = "v0.1"
self.deviceProperties.update({"B", "Bslope_TperA", "CoilAssignment"})
""""