-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi Fabian
Could you please tell me how to initialise the board without first running the native software. I understand that there is the init function however when I run the script below, I don't see any changes in the frequency in channel 0. To reiterate I can set the frequencies using this module after I have first set the frequency in the native software.
`import evalcontrol
import time
evaluation_board = evalcontrol.AD9959()
#evaluation_board._reset_usb_handler()
evaluation_board.init(vid=0x0456, pid=0xee25, port_numbers=None, bus_number=None, auto_update=True,
rfclk=20e6, clkmtp=20, channel=0)
evaluation_board.set_frequency(2e6, channel=[0])
`
Metadata
Metadata
Assignees
Labels
No labels