Jump to content

attila

Technical Forum Moderator
  • Posts

    6,655
  • Joined

  • Last visited

Posts posted by attila

  1. Hi @BigBob

    Data can be imported from Script like this: Scope.AddTab("myfile", FileImport("~/Desktop/default.csv"), 1e6)
    See the Script/Example/TCP and Named Pipe examples, Help tab for details.
    List and decimal separators are remembered in Import dialog, it lets you open or drop multiple files...

     

  2. Hi @philipg

    The transitions are usually steeper around the middle and placing the trigger level here makes the triggering more stable, less affected by noise.
    The horizontal positioning of the captures for oversampling is done either by FFT phase (if there are multiple periods captured) or by trigger level interpolation (as it is in your experiment). In the second case, a stable trigger is more important.

  3. Hi @BigBob

    I remembered wrongly, AddTab with custom data is available for Logic Analyzer but Scope.AddTab only supports buffered capture.
    Probably it is missing because of a problem in passing 2D arrays between JavaScript and native code... I'll look into this tomorrow.

    We could have named pipes or use share memory to pass data between applications. I'll have to experiment with it and think about an interface, possibilities for such feature, it may take some time...

    Later we may add such (conditional and sequence) triggering but I can't say a date or which devices will support it.

     

  4. Hi @ammarredaa

    If you are using "Debug with Logic Analyzer" the reception with Protocol is disabled, function returns 0s
    Note that your CmdWrite and CmdRead are performed in one CS cycle, since it is between Start and Stop. If you want these to be performed in separate cycles you don't have to call Start or Stop at all, Write/Read asserts CS automatically with hardware timing if software Start is not called.

    image.png

    PS: deadc0de :)

  5. Hi @Karsten Skrydstrup

    I don't know how does the "KEEP" option work, but with WaveForms application you can add Reference channels (cloning data from existing ones) in most of the instruments: Scope: Add Channel / Reference / Channel #
    Spectrum: Add Trace / Trace #
    Network Analyzer:  Add Channels / Channel #
    Impedance Analyzer: + (Add Reference) / Add Trace as Reference
    Each channel/trace can be unchecked to hide or removed, or all removed.

    The Scope and Logic Analyzer also has Add Tab, which saves the capture, data of all 'real' channels in a separate tab.

×
×
  • Create New...