• Changing Current work directory (CWD)

    I have a USB connection via VISA to my MSO64 scope. I can change the current directory inside the scope using this command (FILESystem:CWD). I tried a lot to change the directory to a drive in my PC. But it was not possible. This command only aplies for the scope and external USBs connected to that. 

    Is there any way to that? I want to save my files directly in my PC rather than the scope or connected external USB to that. 
     
  • RE: Connecting MSO64 to MATLAB via VISA

    Hi Patrick.
    No. I havent found any syntax for readtable in the programmer manual. Can you explain a little bit more?
  • Connecting MSO64 to MATLAB via VISA

    I connected my MSO64 to MATLAB and now I can contorl all channeld and plots. I created a histogram plot and I can save the data as CSV internally. How I can read these CSV file ( or move or copy that) to MATLAB workspace? I found this command (FILESYSTEM:READFILE “C:/plot1.csv”) and it runs but still I do not know how to make the CSV in workspace.
    I also attach my code.