TICSPRO-SW: LMX2492 Help understanding ramp setup (triangle waveform) for SPI/C++ implementation

Part Number: TICSPRO-SW
Other Parts Discussed in Thread: LMX2492, LMX2491

Tool/software:

Hi TI team,

We're trying to implement a simple triangle frequency ramp using the LMX2492. The idea is:

Ramp0: 9400 MHz → 9485 MHz in 100 µs

Ramp1: 9485 MHz → 9400 MHz in 100 µs

Repeat indefinitely

We’ve seen how this works in TICS Pro, but we want to configure it directly using SPI in C++.

Could you please explain from scratch:

How to calculate the values for RAMPx_INC and RAMPx_LEN?

How to break these values across the relevant registers?

How to properly trigger the ramp sequence?

We would really appreciate a step-by-step explanation to help us build the full configuration logic in C++.

Thanks in advance!