Skip to content

Commit

Permalink
added awg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodjd committed Jan 26, 2021
1 parent 0c35c66 commit a37de7d
Show file tree
Hide file tree
Showing 68 changed files with 15,958 additions and 0 deletions.
31 changes: 31 additions & 0 deletions AWGDependencies/AWG.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[server]
# listen to all interfaces or just specified host
interface=all
# listen to this interface if interface is specified as host
host=localhost
port=999
# the higher the log number is the more is output to the server log
log=4
# timeout allows for blocking read in comm thread to check for cancellation (seconds)
timeout=5
[awg]
#null device is simulation, see manual to determine real device name
device=spcm0
# channel number to output signal on
channel=0
#to override default sample rate (in Mhz)
rate=1250
# number of milliseconds allowed to switch frequency set (determines awg memory used and re-calculation time available)
# actual latency will be less because on-board memory boundary conditions are rounded down
latency=300
# size in 4K blocks of buffers to be copied to transfer buffer (determines how quickly they can be computed)
fifo=1
# number of fifo buffers contained in DMA transfer buffer
transfer=16
# maximum amplitude of card in millivolts
amplitude=480
[frequency]
# fraction of sample period that is tolerable so that adjusted signal periods are commensurate (smaller increases frequency table size)
tolerance=0.0001
# number of calculation threads to create to add signal tables, more than actual # of cores does not help
threads=4
Binary file added AWGDependencies/Spectrum/c_header/SpcStdNT.lib
Binary file not shown.

0 comments on commit a37de7d

Please sign in to comment.