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
waveforms:ref_manual [2015/09/09 12:51] – [Table] Laszlo Attila Kovacswaveforms:ref_manual [2021/10/13 21:06] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 WaveForms™ provides an interface that allows users to interact with Digilent Analog Design hardware, such as the Analog Discovery™ and Electronics Explorer™. While the WaveForms application offers a refined graphical interface, the WaveForms SDK provides access to a public application programming interface (API) that gives users the ability to create custom PC applications. WaveForms™ provides an interface that allows users to interact with Digilent Analog Design hardware, such as the Analog Discovery™ and Electronics Explorer™. While the WaveForms application offers a refined graphical interface, the WaveForms SDK provides access to a public application programming interface (API) that gives users the ability to create custom PC applications.
-This WaveForms SDK manual describes the main components and architecture of the WaveForms system and details each function contained in the WaveForms API. The SDK package also offers examples demonstrating how to identify, connect to, and control analog hardware devices. The WaveForms software, as well as the SDK, can be downloaded for free at the [[http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,849&Prod=WAVEFORMS&CFID=7608772&CFTOKEN=f920221bf3f18c77-370EA7F0-5056-0201-025B03C338F6985E| Digilent website]].+This WaveForms SDK manual describes the main components and architecture of the WaveForms system and details each function contained in the WaveForms API. The SDK package also offers examples demonstrating how to identify, connect to, and control analog hardware devices. The WaveForms software, as well as the SDK, can be downloaded for free at the [[https://digilent.com/shop/software/digilent-waveforms/| Digilent website]].
  
 {{ :waveforms:ove1.png?600 |}} {{ :waveforms:ove1.png?600 |}}
Line 1189: Line 1189:
 The function above is used to obtain the symmetry (or duty cycle) range (0..100). This symmetry is supported for standard signal types. It the pulse duration divided by the pulse period. The function above is used to obtain the symmetry (or duty cycle) range (0..100). This symmetry is supported for standard signal types. It the pulse duration divided by the pulse period.
  
-|**FDwfAnalogOutNodeSymmetrySet**(HDWF hdwf, int idxChannel, AnalogOutNode node, AnalogOutNode node, double percentageSymmetry)| +| **FDwfAnalogOutNodeSymmetrySet**(HDWF hdwf, int idxChannel, AnalogOutNode node, double percentageSymmetry)  
-|Parameters:+| Parameters:                                                                                                 
-|- hdwf – Open interface handle on a device.| +| - hdwf – Open interface handle on a device.                                                                 
-|- idxChannel – Channel index.| +| - idxChannel – Channel index.                                                                               
-|- node – Node index.| +| - node – Node index.                                                                                        
-|- percentageSymmetry –Value of percentage of Symmetry (duty cycle).|+| - percentageSymmetry –Value of percentage of Symmetry (duty cycle).                                         | 
  
 The function above is used to set the symmetry (or duty cycle) for the specified channel-node on the instrument. The function above is used to set the symmetry (or duty cycle) for the specified channel-node on the instrument.