ixnetwork_restpy icon indicating copy to clipboard operation
ixnetwork_restpy copied to clipboard

Capture: download multiple 'data' or multiple 'control' captures

Open alexandreseitz opened this issue 4 years ago • 0 comments

Suppose for a same vport, we create mutliple data or multiple control captures. When I try to download each capture files, the command SaveCaptureFiles(Arg1=...) returns me only the latest data and the latest control capture.

On the following screenshot, I have 1 control capture and 2 data captures image

When I use the SaveCaptureFiles() method, it returns only:

['C:\\Users\\aseitz\\AppData\\Local\\Ixia\\IxNetwork\\vport_site1_HW.cap', 'C:\\Users\\aseitz\\AppData\\Local\\Ixia\\IxNetwork\\vport_site1_SW.cap', 'C:\\Users\\aseitz\\AppData\\Local\\Ixia\\IxNetwork\\vport_site2_HW.cap', 'C:\\Users\\aseitz\\AppData\\Local\\Ixia\\IxNetwork\\vport_site2_SW.cap']

How can I do to retrieve all captures, not only the latest?

alexandreseitz avatar Nov 12 '20 13:11 alexandreseitz