Posted Wed, 21 Jun 2023 11:57:44 GMT by Antonescu, Bruno
Hello everyone, 

i'm a little bit stressed. I've been trying to get my keithley 3706a to work with a python script for days. 
Unfortunately without success. I get the connection, but I can't read out any valid voltage values. 
Could anyone help me, please?

I am attaching the source code
Posted Thu, 29 Jun 2023 11:28:16 GMT by C, Andrea
Looks like your Python code was written for different product than the model 3706A.
You are sending SCPI syntax commands.
The 3706A is TSP command set only.

:SENSE:FUNC "VOLT:DC"  becomes dmm.func = dmm.DC_VOLTS

See if the attached Getting Started document helps you.
Posted Mon, 03 Jul 2023 05:34:06 GMT by Antonescu, Bruno
Hi, 

thank you for your response. 

So i finished last week my Source-Code and now it works. 
I tried some TSP-Syntaxes and it works. 

 
Posted Tue, 30 Apr 2024 14:25:12 GMT by souza, jadson
Hi Bruno,
Could you share the source code?
Thanks!

You must be signed in to post in this forum.