DIAdem Help

Method: SetLeadingCurve for BodeCurves

  • Updated2024-09-12
  • 1 minute(s) read

Method: SetLeadingCurve for BodeCurves

Specifies the leading curve in a Bode axis system in DIAdem VIEW.

Set oBodeCurve = Object.SetLeadingCurve(NameOrIndex)
ObjectBodeCurves
Object with this method
NameOrIndexVariant
Specifies the name or the index of the new leading curve.
oBodeCurveBodeCurve
Returned object

The following example specifies the first curve as the leading curve in a Bode axis system:

VBScriptPython

 

Call View.ActiveSheet.ActiveArea.DisplayObj.CurvesBode.SetLeadingCurve(1)