Skip to content
Discussion options

You must be logged in to vote

Hello,

to load a legacy .cu3 instead of a .cu3s file you would change the code from

  session = cuvis.SessionFile(measurementLoc)
    mesu = session[0]

to

mesu = cuvis.Measurement(measurementLoc)

You can also reprocess .cu3 measurements into .cu3s files using the cuvis_batch_exporter

cuvis_batch_exporter -i /some/path/to/cu3/files -r  -o /some/path/out CUBE

If you encounter any issues regarding the usage of sdk please let me know.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@juhyc
Comment options

@birkholz-cubert
Comment options

Answer selected by polanco06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants