Xm125 and the arduino librarys

I am currently working on a project with the XM125 radar sensor. I am using the sensor in the range of 3–300 mm, although I currently can’t get any accurate measurements below 50 mm. While exploring possible solutions, I came across the following parameters in the Acconeer Python SDK:

config.enable_near_field_correction = true;

config.gain = 0.7;

config.profile = PROFILE_3;
hpf_cutoff_ratio

These are only configurable in the Acconeer Python SDK, and I can’t seem to find anything similar in the Arduino libraries. Are these parameters customizable in any way when using the Arduino environment?

No, the Arduino library was built from their SDK - I think you’ll need to modify the base files.

I would recommend posting something similar on the Acconeer forums and see what folks there say