Python Bridge - Structs

Posted By: PabloMF

Python Bridge - Structs - 12/05/19 19:09

Hi,

Is there an "easy" way to send structs to python? Checking the documentation I saw that pySet only allows int, var and array/series.

Thanks!

Pablo.
Posted By: AndrewAMD

Re: Python Bridge - Structs - 12/05/19 19:14

Save to CSV file and parse it from python.
Posted By: Smon

Re: Python Bridge - Structs - 12/08/19 03:43

I got a similar problem with R. I'm converting all numbers in my struct to vars and send them as a vector all at once.
© 2024 lite-C Forums