Solution
When you switch between Configuration Lists in RFmx, even with Limited Configuration Change property set to No Change, RFmx does not compare settings between lists. Instead, it treats each list as a separate configuration and reconfigures all settings, regardless of whether they have changed. The Limited Configuration Change property is not intended to be used when changing from one configuration list to another.
To improve test speed, you should:
- Minimize switching between configuration lists during a session.
- Reuse named signal configurations wherever possible.
- Consider using RF List Mode along with advanced optimizations like precomputed acquisition reuse and multi-measurement parallelism to improve test speed and efficiency. These features allow you to sequence through multiple RF configurations with minimal reconfiguration overhead.