Skip to content

Commit

Permalink
Update fmcadc3.py
Browse files Browse the repository at this point in the history
Added instructions regarding pyvisa and signal generator setup with fmcadc3.
  • Loading branch information
tagoylo authored and kister-jimenez committed Nov 16, 2020
1 parent 67cfabb commit c8d8062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/fmcadc3.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
import adi
import matplotlib.pyplot as plt
import numpy as np
import pyvisa
import pyvisa # Install pyvisa and pyvisa-py first before running the script
from scipy import signal

# Connect signal generator (Agilent 33220A) output to Ain of fmcadc3
# Set up fmcadc3
adc3 = adi.fmcadc3(uri="ip:192.168.254.24")
adc3.hardwaregain = 10
Expand Down

0 comments on commit c8d8062

Please sign in to comment.