Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
projects:test_and_measurement_home_lab [2019/11/23 08:03]
admin [Remote control]
projects:test_and_measurement_home_lab [2021/05/20 19:10]
admin
Line 63: Line 63:
 >>>​ import pyvisa >>>​ import pyvisa
 >>>​ rm = pyvisa.ResourceManager() ​       <--- work on Solaris, not on Ubuntu >>>​ rm = pyvisa.ResourceManager() ​       <--- work on Solaris, not on Ubuntu
->>>​ rm = pyvisa.ResourceManager('​@py'​) ​  <​--- works on Ubuntu+>>>​ rm = pyvisa.ResourceManager('​@py'​) ​  <​--- works on both Solaris and Ubuntu
 >>>​ inst = rm.open_resource('​TCPIP0::​34465a::​inst0::​INSTR'​) >>>​ inst = rm.open_resource('​TCPIP0::​34465a::​inst0::​INSTR'​)
 >>>​ print (inst.query("​*IDN?"​)) >>>​ print (inst.query("​*IDN?"​))
Line 73: Line 73:
 >>>​ print(inst.query("​MEAS:​VOLT:​DC?​ 10,​0.001"​)) >>>​ print(inst.query("​MEAS:​VOLT:​DC?​ 10,​0.001"​))
 +7.79228646E-01 +7.79228646E-01
 +
 +>>>​ print(float(inst.query("​MEAS:​VOLT:​DC?​ 100,​0.00001"​)))
 +12.7884186
  
 >>>​ data=inst.query("​MEAS:​VOLT:​DC?​ 10,​0.001"​) >>>​ data=inst.query("​MEAS:​VOLT:​DC?​ 10,​0.001"​)
Line 185: Line 188:
   * price w/ DPH: 25 703,-   * price w/ DPH: 25 703,-
   * 3-year warranty   * 3-year warranty
 +===== Binocular microscops ===== 
 +  * [[https://​www.hotair.cz/​mikroskopy/​binokularni/​stranka-1-24.html|www.hotair.cz]]
  
projects/test_and_measurement_home_lab.txt · Last modified: 2021/05/20 19:49 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0