Jump to content
  • 0

Digital Discover API function to change the internal clock frequency


YYY

Question

Hi!

 

I failed to find the API function to change the internal clock frequency of the Digital Discovery.

I would like to script the functionality of the GUI shown below:

image.png.7c1b98943ca313ac5347147ce40573a7.png

 

Thanks in advance,

 

YY

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @YYY

hzTry = c_double(99e6)
dwf.FDwfAnalogIOChannelNodeSet(hdwf, c_int(0), c_int(6), hzTry) 
# FDwfAnalogIOConfigure(hdwf) if you are using dwf.FDwfDeviceAutoConfigureSet(hdwf, c_int(0))
hzDev = c_double()
dwf.FDwfAnalogIOChannelNodeStatus(hdwf, c_int(0), c_int(6), byref(hz)) 

image.png.90595af5f9a5c682ff8eec53e71de9c0.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...