I have been put in charge of trying to find out how to control our Agilent Power Supplies with Python Scripts. We have models 6812b and N6705b. I have no idea where to start. So, I thought I would start here. Any advise/help would be greatly appricated.
David
David
The N6705B is pretty straight forward.
Put it on the lan
open a socket,
Send SCPI text strings
Read values back.
I'd show code but I only know Tcl :)
Derek