We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c74fd6 commit 1b7ca5aCopy full SHA for 1b7ca5a
labscript_devices/PrawnDO/blacs_tabs.py
@@ -29,6 +29,12 @@ def initialise_GUI(self):
29
self.supports_remote_value_check(True)
30
self.supports_smart_programming(True)
31
32
+
33
+ def get_child_from_connection_table(self, parent_device_name, port):
34
+ # all child direct outputs are actually connected to the internal device _PrawnDigitalOutputs
35
+ # so we must look under that device for the port
36
+ return self.connection_table.find_child(f'{self.device_name:s}__pod', port)
37
38
39
def initialise_workers(self):
40
self.create_worker(
0 commit comments