Jump to content

attila

Technical Forum Moderator
  • Posts

    6,668
  • Joined

  • Last visited

Posts posted by attila

  1. Hi @Empower

    Pad the custom pattern with 1s, like it is done here in the app:

    image.png

     

    If the 2048 samples provided by the default (1st) configuration are not sufficient use the 5th (index 4) device configuration.
    If you want to keep the custom pattern in phase with the clock, make sure to configure multiple of periods:
    custom samples / custom frequency = N / clock frequency, like 2000/100MHz = 20/500kHz

    image.png

     

    You can use the following parameter to keep the device running after software close, application exit:
    dwf.FDwfParamSet(DwfParamOnClose, c_int(0)) # 0 = run, 1 = stop, 2 = shutdown

  2. Hi @Piotr

    Notice that warning "Channel 1 range will be extended !"
    You have set the trigger to C1 30V, so the C1 is set to high range 50V pk2pk (lower resolution) and the other channels are at low range (higher resolution).
    The channel range is adjusted not only by the specified Range but also according the trigger level if needed to make sure it captures that value and it switches also to higher range if offset exceeds +/-1V. See the Help tab / ADP3450

    The next software version will also bring channel option for Impedance Analyzer.

    image.png

  3. Hi @3D_loves_eng

    With WaveForms Script tool external applications can be accessed, see Tool.exec/start functions, so you could call the USB/GPIB command app (if such exists) to send commands.

    The WaveForms app supports controlling any device + DPS (or two identical devices), so you can control ADP3450 and DPS3340 from the same application.
    With custom app/script multiple devices can be controlled.

  4. Hi @nurber3

    The reason for switching to a single row toolbar is to have more usable screen space.
    The further trigger options are available in the dropdown.
    The trigger level can also be adjusted by drag on the right side or level arrow, hysteresis with scroll on right or by the half arrows, the position on top or bottom, length and holdoff by half arrows.

    image.png

×
×
  • Create New...