Hi Chris,
While the RIR components are being developed, we can make use of the Revit API through python or C# to update the analytical curve.
Since Revit API has the “SetCurve” method for versions 2023 onwards.
Here’s an example of that using python in RIR.
UpdateAnalyticalCurve.gh (5.4 KB)