Skip to content
Snippets Groups Projects

Apsct production

1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -45,7 +45,12 @@ SDI = 7
@@ -45,7 +45,12 @@ SDI = 7
PLL_200M = 0x20
PLL_200M = 0x20
PLL_160M = 0x21
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):
def Write_byte_PLL(reg_address, wr_data, ADDRESS=0x20):
#
#
# Write Byte to the ADC
# Write Byte to the ADC
Loading