Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:ace:remotecontrol [14 Nov 2018 10:28] – [Examples] Ciaran Wattersonresources:tools-software:ace:remotecontrol [31 Jul 2020 22:11] (current) – [Python] Michael Sink
Line 6: Line 6:
  
 ===== Examples ===== ===== Examples =====
 +
 +==== Python ====
 +
 +In order to use Python with the remote control library, you will need to install the Python.Net package.  More details on the package and how to install it can be found here:  https://github.com/pythonnet/pythonnet/wiki
  
 === Large Data Capture With AD9208 === === Large Data Capture With AD9208 ===
 +
 Currently 1GB of data can be captured with the ADS8V1 and 2GB of data can be captured with the ADS7V2 using the AsyncRawCaptureToFile transaction. The following example shows how this transaction can be used from a Python script with the AD9208 evaluation platform. Currently 1GB of data can be captured with the ADS8V1 and 2GB of data can be captured with the ADS7V2 using the AsyncRawCaptureToFile transaction. The following example shows how this transaction can be used from a Python script with the AD9208 evaluation platform.
  
Line 14: Line 19:
 Python Code: Python Code:
 <code> <code>
 +
 +# Copyright (c) 2019 Analog Devices, Inc.  All Rights Reserved. This software is proprietary to Analog Devices, Inc. and its licensors.
 +
 +# These code snippets are provided ‘as is’ with no warranties, guarantees of suitability, or acceptance of any  liability, for their use.
  
 import clr import clr
Line 50: Line 59:
 Download Python and Jupyter Notebook versions of this example:  Download Python and Jupyter Notebook versions of this example: 
 {{ :resources:tools-software:ace:large_capture_example.zip |}} {{ :resources:tools-software:ace:large_capture_example.zip |}}
 +
 +==== LabVIEW ====
 +
 +More information on the following example will be added.
 +
 +{{ :resources:tools-software:ace:remote-control:labview_2015_demo.zip |}}
  
  
resources/tools-software/ace/remotecontrol.1542187732.txt.gz · Last modified: 14 Nov 2018 10:28 by Ciaran Watterson