Skip to content

Auto Test Script, by using Python through VISA.

License

Notifications You must be signed in to change notification settings

davidanger/ATSs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATSs

Auto Test Script, by using Python through VISA.

Develop Tools(optional):

Need Plugins:

others(optional)

Pyvisa simple

>>> import pyvisa
>>> rm = pyvisa.ResourceManager()
>>> rm.list_resources()
('ASRL1::INSTR', 'ASRL2::INSTR', 'GPIB0::12::INSTR')
>>> inst = rm.open_resource('GPIB0::12::INSTR')
>>> print(inst.query("*IDN?"))

Devices Support:

Digital Multimeter:

  • KeySight 34461A
  • KeySight 33401A

Power Supply:

  • KeySight E3631A
  • KeySight 6644A
  • RIGOL DP832A
  • RIGOL DP811A
  • ITECH IT6861A
  • Chroma C62012P

Electronic Load:

  • Chroma 6312A
  • Kikusui PLZ205W

About

Auto Test Script, by using Python through VISA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages