Skip to content

How to set up board without the native software #5

@Hanros94

Description

@Hanros94

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions