removed setClockFrequency and added some python commands

This commit is contained in:
Erik Frojdh
2020-09-17 16:03:58 +02:00
parent e8cd75a6ac
commit 6d01348bf4
7 changed files with 132 additions and 23 deletions

View File

@ -80,7 +80,10 @@ dacs = [
'vth1',
'vth2',
'vth3',
'vtrim'
'vtrim',
'ib_test_c',
'ibias_sfp',
]
intentionally_missing = [
@ -106,6 +109,10 @@ intentionally_missing = [
'resetfpga', #use resetFPGA()
'rebootcontroller', #use rebootController()
'firmwaretest', #use executeFirmwareTest
'bustest', # executeBusTest
'programfpga', #programFPGA
'dac', #use setDAC or detector specific class
'clearroi', #clearROI
]
pycmd += intentionally_missing