DIAdem Help

Collection: BodeCurves

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

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