Hello ,
I am looking for a solution to agilent E5062A program to transfert a .sta file to agilent E5062A
I am already use the command " :MMEM:TRAN " but I am experimenting some problems to read file
I use GPIB python language and
thank you in advance
Hello,
The MMEM:TRAN queries are binary bin-block transfers and as such can present some challenges. Take a look at the attached Python programming samples of a bin block transfer from an E5080A, a PNA and an ENA. With minor to no modifications one of these should be successful for your efforts.