LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Rohde & Schwarz ZVB20 save in S2P format

Hi,

 

I try to save R&S ZVB 20 result into s2p format with the command

 

MMEM:STOR:TRAC 'name of the trace', 'C:\Rohde&Schwarz\Nwa\Traces\test.s2p'

 

It does not work and shows error "-257, "File name error; MMEM:STOR:TRACE 'MeasTrace','C:Rohde&SchwarzNwaTracesTest.s2p"'

 

Any suggestion?

 

Thanks,

 

 

 

 

0 Kudos
Message 1 of 2
(3,194 Views)

This might just be a typo in your post, but the filenames you show are not actually the same. The error message shows:

 

    "C:Rohde&SchwarzNwaTracesTest.s2p"         // A suspicious absence of '\' characters

 

while your post shows a different one:

 

    "C:\Rohde&Schwarz\Nwa\Traces\test.s2p"

 

Might be an idea to double-check what file is specified in your source code (not forgetting that a C string will need to use \\ where a \ is really required) and that the corresponding directory paths actually exist.

 

JR

0 Kudos
Message 2 of 2
(3,176 Views)