Jump to content

Brian C

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Brian C

  1. Attila, can you clarify this approach?  I have a script called 'scale'.  I would like to include that function in a bunch of other scripts.  If I use this syntax in another script 

    Quote

    scale_func();

     this does not work.  Nor does just calling scale();  I feel that I am missing something in the correct syntax.

    EDIT: Correction the scale(); method is working.

  2. Hello, we are using scripts to automate test and make measurements in various ways with a ADP3450.  We are capturing data in scope views and network analysis views.  In the script we are able to calculate various response timing and other metrics.  Has anyone tried to script the export of these types of images and calculations into a single output report, like a .PDF?  We'd like to generate a reasonably styled output report of all the tests, rather than dump individual files into a folder.  

  3. We have a Teledyne T3PS3000 programmable supply connected as USB client to ADP3450 running in linux mode.  The serial connection is detected and reports something along these lines in the terminal:
     

    Quote

    usb 1-1.4: new full-speed USB device number 3 using ci_hdrc

    The power supply can accept text-like SCPI commands to change power supply settings and modes.

    How can we issue commands to the port?  Either through Waveforms or the linux shell?  Can't seem to find it as a generic serial device that we can just echo commands into...  Ultimately we would like the power supply configuration parameters to be part of our automated testing.

     

×
×
  • Create New...