Unverified Commit 75e340a9 authored by LorenzoMonti's avatar LorenzoMonti Committed by GitHub
Browse files

Merge pull request #11 from LorenzoMonti/fix-issue-10

Fix-issue-10: create script to automate remote attenuator and linear DC power supply
parents 80d04b87 55dfc24c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ python3 setup.py install
Now you can run the project:

```bash
calibrate_multifeed_receiver
calibrate_receiver
```

## License
+2 −2
Original line number Diff line number Diff line
@@ -129,13 +129,13 @@ if __name__ == '__main__':
    print("PC+m done")
    #PH+m
    input("Press Enter to continue with PH+m")
    set_dat64f(dat_host, dat_port, timeout, 3.5)
    set_dat64f(dat_host, dat_port, timeout, 3)
    time.sleep(1)
    set_siglent('ON')
    print("PH+m done")
    #PH
    input("Press Enter to continue with PH")
    set_dat64f(dat_host, dat_port, timeout, 3.5)
    set_dat64f(dat_host, dat_port, timeout, 3)
    time.sleep(1)
    set_siglent('OFF')
    print("PH done")