How to display all values of uint32 array in variable browser?

Viewed 100

I have a struct as shown below:

enter image description here

I have a problem with this struct. In some fields, instead of the values as in the other fields, it's written 48x1 uint32. I want to have to numbers as in the other fields, for example [23;45;67].

My problem is that I want to save the struct in a csv file, for then open it with python, and saving the struct as it is in the fields I need the values, instead of 48x1 uint32.

1 Answers
Related