40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
|
Message ID: 16217
Entry time: Mon Jun 21 17:15:49 2021
In reply to: 16208
|
Author: |
Ian MacMillan |
Type: |
Update |
Category: |
CDS |
Subject: |
CDS Upgrade |
|
|
Anchal and I wrote a script (Attachment 1) that will test the ADC and DAC connections with inputs on the INMON from -3000 to 3000. We could not run it because some of the channels seemed to be frozen. |
|
import os
import time
import numpy as np
import subprocess
from traceback import print_exc
import argparse
def grabInputArgs():
parser = argparse.ArgumentParser(
... 75 more lines ...
|