Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexandreseitz opened this issue Nov 12, 2020 · 0 comments
Open

Comments

@alexandreseitz
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant