DIAdem Help

Collection: BodeCurves

  • Mise à jour2024-09-12
  • Temps de lecture : 1 minute(s)

Collection: BodeCurves

The BodeCurves object provides a collection of all Curves in a Bode axis system in DIAdem VIEW. Use the BodeCurves collection to delete curves or to add new curves.

The following example creates a Bode axis system with a curve:

VBScriptPython

 

Dim oMySheet, oMyChart
Call View.NewLayout()
Set oMySheet = View.ActiveSheet
oMySheet.ActiveArea.DisplayObjType = "Bode" 
Set oMyChart = oMySheet.ActiveArea.DisplayObj
Call oMyChart.CurvesBode.Add("[1]/[1]","[1]/[2]","[1]/[3]")

Properties

Count | CurrCurve | LeadingCurve

Returned From

Bode.CurvesBode