LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Python pickle function

I hope someone can help. 

 

We use a lot of python and the pickle Module is used a lot. 

 

With in CVI is there an equivalent? 

 

We are doing a comparison between the two and this was a question that came up. 

 

Thanks for you help

 

Simon

0 Kudos
Message 1 of 2
(3,404 Views)

Hi Simon,

 

Without knowing Python hugely well I think I can see what you're asking for in terms of a serialization function, while no direct CVI equivalent exists to perform this you should be able to install a library to utilise within CVI such as tpl that will allow you to serialize your data (I'm assuming data structures in this case as C has no objects)

 

Hope this helps, 

 

Kind Regards, 

Applications Engineer
0 Kudos
Message 2 of 2
(3,378 Views)