If you like to debug the sample code like DemoScripts\loadConfigFile.py, you should not set a breakpoint between 2 lines:
trafficItemStatistics = session.StatViewAssistant(...)
...
last row read like:
rxFrames = trafficItemStatistics.Rows[0]['Rx Frames']
It will cause a wrong time stamp so at readout of a snapshot csv file, this file does not exist.
I think the variable 'snapshot_name' is not updated with correct timestamp. Have a look at this picture.
If you like to debug the sample code like DemoScripts\loadConfigFile.py, you should not set a breakpoint between 2 lines: trafficItemStatistics = session.StatViewAssistant(...) ... last row read like: rxFrames = trafficItemStatistics.Rows[0]['Rx Frames']
It will cause a wrong time stamp so at readout of a snapshot csv file, this file does not exist.
I think the variable 'snapshot_name' is not updated with correct timestamp. Have a look at this picture.