-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
15,958 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Oops, something went wrong.