Forums › SA Series Discussions › API saGetSweep value units › Reply To: API saGetSweep value units
Roger
Moderator
Hi Matt,
The min and max arrays populated by saGetSweep_32f are 32-bit floating point numbers, not ints. So, use ct.c_float instead of ct.c_int in your array initializations.
Regards,
Roger
