Property: CurvesBode for Bode
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Properties > Property: CurvesBode for Bode
Property: CurvesBode for Bode
Returns a collection of all curves in a Bode axis system in DIAdem VIEW.
Set oBodeCurves = Object.CurvesBode
| Object | Bode Object with this property |
| oBodeCurves | BodeCurves Returned object |
The following example creates a Bode axis system with a curve including markers and creates a legend entry with the number of curve markers:
| VBScript | Python |
View.NewLayout View.ActiveSheet.ActiveArea.DisplayObjType = "Bode" Dim oMyChart: Set oMyChart = View.ActiveSheet.ActiveArea.DisplayObj Dim oMyCurve: Set oMyCurve = oMyChart.CurvesBode.Add("[2]/[1]","[2]/[2]","[2]/[3]") oMyCurve.MarkerType = "square" Dim oMyLegend: Set oMyLegend = oMyChart.LegendItems.Add("<freetext>") oMyLegend.Title = "Marker interval" oMyLegend.Format = "@@View.CurrSheet.CurrArea.DisplayObj.CurvesBode.CurrCurve.MarkerIntervalPoints@@"
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data