From a523b08afdc8243a8c4f8f79a2dd3d5f78847948 Mon Sep 17 00:00:00 2001
From: Gijs Schoonderbeek <schoonderbeek@astron.nl>
Date: Fri, 6 Jan 2023 10:02:19 +0100
Subject: [PATCH] small start switch to other machine for editing

---
 apsct_lib.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/apsct_lib.py b/apsct_lib.py
index 99309c6..9c9e22a 100644
--- a/apsct_lib.py
+++ b/apsct_lib.py
@@ -45,7 +45,12 @@ SDI = 7
 
 PLL_200M = 0x20
 PLL_160M = 0x21
-
+class ApsctClass()
+    #
+    # Toplevel class that contrains all parts of the APSCT
+    #
+    def __init__(self):
+        self.reg_address
 def Write_byte_PLL(reg_address, wr_data, ADDRESS=0x20):
     #
     # Write Byte to the ADC
-- 
GitLab