Accessing Analysis.AnalysisSettings reports the following warning
Obsolete property 'AnalysisSettings': Property is obsolete, use IAnalysisSettings instead.
@Taneli ,
Your observations are correct about the documentation. That is something that can be modified to reflect the changes more clearly. To clarify the "AnalysisSettings" property still exists in the same way. It is available and will work in 26.1, and is still fully supported. It has been marked as obsolete, which is why the message is given, but this does not change its functionality. IAnalysisSettings should also function in the same way as AnalysisSettings but also allow for some further coverage of ACT based analysis settings objects. In short, you can use either in 26.1. Review future documentation for changes to this as new releases are available.
*Continued, accidentally posted and cannot be modified :) I tried having a look at the 2026R1 API and XML documentation, but the page for IAnalysisSettings does not exist. Nothing is mentioned in the migration notes for ACT or Mechanical Scripting API either. Is the new API identical to the old one, or how should this