Jump to content

attila

Technical Forum Moderator
  • Posts

    6,990
  • Joined

  • Last visited

Everything posted by attila

  1. Hi @silverdiamond See the Example menu and Help tab. You probably want the following: Wavegen.Channel1.run(); Scope.single(); if(!Scope.wait()) throw "Stopped"; var ptp = Scope.Filter1.measure("Peak2Peak");
  2. Hi @T Drewke No, the sampling rate should be at least twice of the signal frequency but the ADP3450 only 125MHz.
  3. Hi @Davide Cariaggi Yes, the bandwidth is for sine and the slew rate spec is 400V/us
  4. Hi @MaciejR See FDwfAnalogOutIdleSet DwfAnalogOutIdleInitial
  5. Hi @prudhvichitturi It is available in the newer beta version:
  6. Hi @drdglbvc Do you need a different sampling phase option for BRS (higher rate) ? like here 25% and 50%
  7. Hi @prudhvichitturi Press the X button in the bottom-left of the view to add X cursor.
  8. Hi @silverdiamond The AD3 AWG outputs are always active. For AC signals you could use a series capacitor, if this is what you need... The ADP3X50 has a relay which can be used set the AWG outputs floating (10k pulldown).
  9. Hi @Behrouz Aghajanloo The AD3 provides in device FIR channels with 15 taps for each real channel.
  10. Hi @Riccardo The WaveForms application, library and associated device (FPGA) configurations sources are not public. The EclypseZ7 and other development boards have open source examples.
  11. Hi @ysrevol Probably the captures were not triggered but Auto triggered.
  12. Hi @Riccardo Currently, subsequent captures are performed after the data has been retrieved from the device. Capture rate can be up to ~2000/s, but is limited by data transfer and latency, eg 0.5ms + samples*channels*2/transfer rate (~40MB/s with USB), link 1 By the end of the month, hope to have time to port the newly added Device Buffering for ADP3X50 to Eclypse, which has a latency of less than 1us, link 2
  13. Hi @YolooZ Yes, this is normal. When the die temperature reaches 85*C, the device stops. Before this, or when the power voltage falls outside the normal range, a warning will appear in the application status bar.
  14. Hi @ccamm It is not supported. For T&M devices with WaveForms support it could be implemented using custom application but this implies reaction time of milliseconds. The AD3 supports in device AM/FM/PM/SUM using arbitrary waveforms or Scope input routing to AWG output or AM/FM..., playing of long waveforms at lower rate using data streaming... Sequencing could be implemented in the device using the Zmods and EclypseZ7, but this requires embedded and HDL (Zynq/FPGA) knowledge.
  15. Hi @ZYN To capture the second message start you probably need to trigger on a positive long (More) pulse, and use Single otherwise it will also trigger on following messages.
  16. Hi @ZYN Are you looking for this Counter option ?
  17. Hi @nurber3 @BobA Looking for these? https://www.digikey.com/short/rm92v3db
  18. Hi @ZYN That color is not adjustable but in the next version will be changed to orange to be easier to read on dark background. Thank you for the observation.
  19. Hi @nurber3 In the device manager select the 2nd configuration, enable only one channel, set samples to 64Ki
  20. Hi @Shalin A device can be controlled by one app/process at a time. In the earlier test I used two devices. LabVIEW controlled Digital Discovery with loopback wire between MOSI-MISO, then connected the SPI signals to an Analog Discovery 3 controlled by WF app.
×
×
  • Create New...