Solution
The error is caused by a conflict between the previously defined
Upconverter Frequency Offset (Hz) and the
Upconverter Frequency Offset Mode Enable. Since the Enable mode tries to automatically sets the Upconverter Frequency Offset value, it encounters a conflict if a value has already been set by the user.
To solve this you can use the
RfsgDriverUtility.ResetAttribute Method. By calling the Reset Attribute Method to reset the value of the Upconverter Frequency Offset (Hz) to default, it allows the Upconverter Frequency Offset Mode Enable to set the new value and it no longer has any conflict.
Please review the Reset Attribute API Reference link above for proper syntax instructions.