-
Hi Barlow,
What is the SCPI command to Power On/Off Scope.
TBS2014B Scope.
-
Hi
We are doing Scope automation. sending command to load the setting file from USB to Scope. after sending command how do we know the file is loaded successfully.
is there any command to read the response?
in one of our test case, after the scope trigger I have to capture screenshot.
If the Scope is triggered for an event. how do I know that the scope is triggered?
Thanks,
Sowmya
-
Thank you so much Iris. python script you shared is working fine. I can save the screenshot to PC.
-
Hi iris
TBS2000B series Scope does not have internal memory to save image. is it possible to read image file(jpg, png format) from USB?
How to check FILESYSTEM:READFILE command without writing script.
when I am sending FILESYSTEM:READFILE command from Tektronix Talker/Listener it is showing timed out error.
Mount drive option is not there in this scope. does it require shared folder to read the file from scope usb?
-
Hi,
FILESYSTEM:READFILE “USB0/TEST_DATA/TEK00016CH1.CSV" command is not working in TBS2104B scope. I wanted to transfer screen image file from scope front usb to Pc over ethernet using SCPI Commands. using Tektronics Open choice Talker Listener to send SCPI commands. other commands are working.
I wanted to save the scope screen shot and scope settings in PC. and recall them whenever required. Please guide me how to do the same using SCPI Commands over ethernet.
-
Hi Iris,
Expecting your replay for the above. We are running out off time
Regards
-
Hi Iris,
I also tried following commands to read file
FILESystem:READFile \"usb0:/EVAL.JPG\"
FILESystem:READFile "EVAL.JPG"
FILESystem:READFile "usb0:/EVAL.JPG"
FILESystem:READFile "usb0:EVAL.JPG"
FILESystem:READFile "usb0/EVAL.JPG"
Read error is showing in Tektronics Openchoice Talker/Listener. what is the correct syntax for this command or any other way to do the same.
-
Hi Iris,
SAVe:IMAGe "eval.jpg" command is working now I can save the screenshot to USB. Please guide me how to transfer screenshot file from USB to PC. I tried FILESystem:READFile \"usb0:/EVAL.JPG\" command it is not working. let me know the correct command to transfer file.
-
Hello Iris,
We were using putty app for sending scpi commands. It is not working. Do you mean to say NI-VISA drivers required for this also?
We also tried to use Tektronix application "Open Choice Talker listner". It is also not working.
Our requirement is to capture screenshots over ethernet to our .net application. We are checking the scpi commands before writing the code. Could you point us to right procedure to do the same.
Regards,
Sowmya
-
Hi Iris thank you for the reply,
I can able to ping the scope other commands are working. following commands not are working.
SAVe:IMAGe \"usb0:/EVAL.JPG\"
FILESystem:READFile \"usb0:/EVAL.JPG\"
I wanted to capture screen images and screen settings over ethernet.