Jump to content

Tamires

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Tamires reacted to attila in How to choose digital channels to acquire   
    Hi @Tamires
    The bits in each sample represent DIO 15...0 There is no option to change this but you could use masking and/or shifting in your application as needed.
  2. Like
    Tamires reacted to attila in Divergent sample count for digital and analog acquisition using python SDK – Analog Discovery 2   
    Hi @Tamires
    The analog-in-record should work at up to 1-2MHz and digital-in-record around 2MHz but it depends on the system.
    The sync rate is specified by the external clock rate.
    See the earlier post:
     
  3. Like
    Tamires reacted to attila in Configure device buffer sizes using the Python API - Analog Discovery 2   
    Hi @Tamires
    Use the following shown in some examples:
    # 2nd configuration for Analog Discovery with 16k analog-in buffer
    #dwf.FDwfDeviceConfigOpen(c_int(-1), c_int(1), byref(hdwf)) 

×
×
  • Create New...