Python PyVisa
作者:Zack Goyetche
使用PyVisa控制测试设备的基本功能
这些脚本支持以下指令:
数字万用表:Siglent SDM3055
数字示波器:Siglent SDS1102CNL
任意波形发生器:Siglent SDG805
可编程电源:Rigol DP832
PSU命令:
里戈DP832
psu.selOutput(chan)
argument: chan: (1, 2, or 3)
description: moves selection to specified channel.
psu.toggleOutput(chan,state)
argument: chan: (1, 2, or 3) & state: ‘ON’ or ‘OFF’
description: turn the output on/off.
psu.setVo
2022-03-05 00:17:55
8KB
Python
1