Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

On the first question, There is not a function that would extract all the network data to xls format (or csv).

A potential scripted workaround:

Having a *.sav, create a *.raw file (same network data, but in text format) Then, use python code to parse the different block of data into separate files, saving each data block in *.csv format. For multiple *.sav cases, put the above process within a "for-loop"