How can we set Sigma3 (scale) for equivalent stress in Random Vibration Analysis?
model = ExtAPI.DataModel.Project.Model analysis=model.Analyses[1] # Random vib solution=analysis.Solution res=solution.AddEquivalentStressPSD() res.ScaleFactor=ScaleFactorType.Sigma3 # Sigma2 or Sigma1 can be used here also