Benutzer-Werkzeuge

Webseiten-Werkzeuge


siglent_sdm3065x

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
siglent_sdm3065x [2018/09/09 14:14]
karl [Links]
siglent_sdm3065x [2018/09/09 14:34] (aktuell)
karl [Solution]
Zeile 17: Zeile 17:
 For both problems I gladly found the solution. The approach is like this: For both problems I gladly found the solution. The approach is like this:
   * set the sampling counter to MAX (600 Mio)   * set the sampling counter to MAX (600 Mio)
-  * clear the buffer with ''R?''+  * clear the buffer with ''R?'' (to avoid getting an old value on the first reading)
   * set trigger source to 'BUS'   * set trigger source to 'BUS'
   * initiate the DMM (arms the trigger)   * initiate the DMM (arms the trigger)
Zeile 23: Zeile 23:
   * read samples with ''R? 1''   * read samples with ''R? 1''
  
 +When the DMM isn't asked for any value, it will sample with the preset NPLC setting (200ms by default) and therefore also updates the LCD reading. \\
 +If we want the latest value from the memory, we query for it with ''R? 1''.
  
 +==== Wrong User Manual ====
 +Due to false documentation in the //Siglent SDM3065X Remote Manual, Version RC06036-E01A, 2017// it was a hard way to find that solution. 
  
 +{{ ::2018-09-09_002.png?direct&600 |}}
 ===== Python Code ===== ===== Python Code =====
 Below you can find a python class for communicating with it. It implements the upper approach.  Below you can find a python class for communicating with it. It implements the upper approach. 
siglent_sdm3065x.1536495298.txt.gz · Zuletzt geändert: 2018/09/09 14:14 von karl